Examine prediction (#23565)
* Initial prediction * new group handling * groups for all examines that use multiple rn * compile * why was it doing this?? * handle newlines with sorting properly
This commit is contained in:
@@ -112,8 +112,9 @@ public abstract class SharedItemSystem : EntitySystem
|
||||
|
||||
private void OnExamine(EntityUid uid, ItemComponent component, ExaminedEvent args)
|
||||
{
|
||||
// show at end of message generally
|
||||
args.PushMarkup(Loc.GetString("item-component-on-examine-size",
|
||||
("size", GetItemSizeLocale(component.Size))));
|
||||
("size", GetItemSizeLocale(component.Size))), priority: -1);
|
||||
}
|
||||
|
||||
public ItemSizePrototype GetSizePrototype(ProtoId<ItemSizePrototype> id)
|
||||
|
||||
Reference in New Issue
Block a user