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:
@@ -44,8 +44,7 @@ public sealed class RandomGiftSystem : EntitySystem
|
||||
return;
|
||||
|
||||
var name = _prototype.Index<EntityPrototype>(component.SelectedEntity).Name;
|
||||
args.Message.PushNewline();
|
||||
args.Message.AddText(Loc.GetString("gift-packin-contains", ("name", name)));
|
||||
args.PushText(Loc.GetString("gift-packin-contains", ("name", name)));
|
||||
}
|
||||
|
||||
private void OnUseInHand(EntityUid uid, RandomGiftComponent component, UseInHandEvent args)
|
||||
|
||||
Reference in New Issue
Block a user