Fix some locale strings and make some code for them looks better (#32003)
* Fix a lot locale strings add functions using fix identity for meat spike and creaming * comma * fixes for fixes * yeah * fuck
This commit is contained in:
@@ -381,7 +381,8 @@ namespace Content.Shared.Cuffs
|
||||
_popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-message",
|
||||
("targetName", Identity.Name(target, EntityManager, user))), user, user);
|
||||
_popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-other-message",
|
||||
("otherName", Identity.Name(user, EntityManager, target))), target, target);
|
||||
("otherName", Identity.Name(user, EntityManager, target)),
|
||||
("otherEnt", user)), target, target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user