Skip to content

Commit 96347a7

Browse files
authored
Fix zombie locked rotation (space-wizards#40812)
Fix
1 parent c77c4ab commit 96347a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Content.Server/Zombies/ZombieSystem.Transform.cs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null)
156156
var combat = EnsureComp<CombatModeComponent>(target);
157157
RemComp<PacifiedComponent>(target);
158158
_combat.SetCanDisarm(target, false, combat);
159-
_combat.SetInCombatMode(target, true, combat);
160159

161160
//This is the actual damage of the zombie. We assign the visual appearance
162161
//and range here because of stuff we'll find out later

0 commit comments

Comments
 (0)