From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:00:57 +0000 (+1000) Subject: Fix zombie locked rotation (#40812) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=96347a78af8049fdc8d9c74282f1ba0315890566;p=space-station-14.git Fix zombie locked rotation (#40812) Fix --- diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 720fec490a..c44c2e7aa0 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -156,7 +156,6 @@ public sealed partial class ZombieSystem var combat = EnsureComp(target); RemComp(target); _combat.SetCanDisarm(target, false, combat); - _combat.SetInCombatMode(target, true, combat); //This is the actual damage of the zombie. We assign the visual appearance //and range here because of stuff we'll find out later