Visual popup addendum (#9570)
This commit is contained in:
@@ -88,7 +88,7 @@ public sealed class SharpSystem : EntitySystem
|
||||
}
|
||||
|
||||
_popupSystem.PopupEntity(Loc.GetString("butcherable-knife-butchered-success", ("target", ev.Entity), ("knife", ev.Sharp)),
|
||||
popupEnt, Filter.Entities(ev.User), PopupType.Large);
|
||||
popupEnt, Filter.Entities(ev.User), PopupType.LargeCaution);
|
||||
|
||||
if (TryComp<SharedBodyComponent>(ev.Entity, out var body))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user