]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
easiest bug fix of my life (#20686)
authorVasilis <vasilis@pikachu.systems>
Mon, 2 Oct 2023 18:30:51 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 18:30:51 +0000 (11:30 -0700)
Content.Server/ImmovableRod/ImmovableRodSystem.cs

index 99c949ebceb4a39d38f70b7fca8a928d67938f5b..d688941abff37a48c920acf9b81a058ec9aea14d 100644 (file)
@@ -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);