Minor slime fix (#27237)
This commit is contained in:
@@ -36,5 +36,6 @@ public sealed class GerasSystem : SharedGerasSystem
|
||||
|
||||
_popupSystem.PopupEntity(Loc.GetString("geras-popup-morph-message-others", ("entity", ent.Value)), ent.Value, Filter.PvsExcept(ent.Value), true);
|
||||
_popupSystem.PopupEntity(Loc.GetString("geras-popup-morph-message-user"), ent.Value, ent.Value);
|
||||
args.Handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,7 +177,6 @@
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
charges: 1
|
||||
itemIconStyle: BigAction
|
||||
useDelay: 10 # prevent spam
|
||||
priority: -20
|
||||
|
||||
Reference in New Issue
Block a user