Inline UID
This commit is contained in:
@@ -158,7 +158,7 @@ public sealed partial class InstrumentSystem : SharedInstrumentSystem
|
||||
|
||||
if (mob != null)
|
||||
{
|
||||
_stunSystem.TryParalyze(mob.Uid, TimeSpan.FromSeconds(1));
|
||||
_stunSystem.TryParalyze(mob, TimeSpan.FromSeconds(1));
|
||||
|
||||
instrument.Owner.PopupMessage(mob, "instrument-component-finger-cramps-max-message");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user