Priority Deliveries (#36968)

This commit is contained in:
ScarKy0
2025-04-27 11:13:52 +02:00
committed by GitHub
parent 497f43ec65
commit 2a5cf10aa6
9 changed files with 230 additions and 13 deletions

View File

@@ -141,7 +141,8 @@ public abstract class SharedItemSystem : EntitySystem
{
// show at end of message generally
args.PushMarkup(Loc.GetString("item-component-on-examine-size",
("size", GetItemSizeLocale(component.Size))), priority: -1);
("size", GetItemSizeLocale(component.Size))),
priority: -2);
}
public ItemSizePrototype GetSizePrototype(ProtoId<ItemSizePrototype> id)