From: Vasilis Date: Mon, 2 Oct 2023 18:30:51 +0000 (+0200) Subject: easiest bug fix of my life (#20686) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=313148186569b4f8651f615626ab0be0e61da8ce;p=space-station-14.git easiest bug fix of my life (#20686) --- diff --git a/Content.Server/ImmovableRod/ImmovableRodSystem.cs b/Content.Server/ImmovableRod/ImmovableRodSystem.cs index 99c949ebce..d688941abf 100644 --- a/Content.Server/ImmovableRod/ImmovableRodSystem.cs +++ b/Content.Server/ImmovableRod/ImmovableRodSystem.cs @@ -99,6 +99,7 @@ public sealed class ImmovableRodSystem : EntitySystem _popup.PopupEntity(Loc.GetString("immovable-rod-penetrated-mob", ("rod", uid), ("mob", ent)), uid, PopupType.LargeCaution); _bodySystem.GibBody(ent, body: body); + return; } QueueDel(ent);