From db55d44e3d78c2abc6e2fff203b213cdd7a060b6 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:38:42 +1000 Subject: [PATCH] Fix build again (again) (#10425) --- Content.Server/Zombies/ZombifyOnDeathSystem.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Content.Server/Zombies/ZombifyOnDeathSystem.cs b/Content.Server/Zombies/ZombifyOnDeathSystem.cs index 491c5f1013..780b7c1b2d 100644 --- a/Content.Server/Zombies/ZombifyOnDeathSystem.cs +++ b/Content.Server/Zombies/ZombifyOnDeathSystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Damage; -using Content.Shared.MobState.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.CharacterAppearance.Components; using Content.Shared.CharacterAppearance.Systems; @@ -20,7 +19,6 @@ using Content.Server.Hands.Components; using Content.Server.Mind.Commands; using Content.Server.Temperature.Components; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.Containers; using Content.Shared.Movement.Components; using Content.Shared.MobState; using Robust.Shared.Prototypes; @@ -30,10 +28,6 @@ using Content.Shared.Zombies; using Content.Shared.Popups; using Content.Server.Atmos.Miasma; using Content.Server.IdentityManagement; -using Content.Shared.Audio; -using Content.Shared.Sound; -using Robust.Shared.Random; -using Content.Server.Speech; using Content.Shared.Movement.Systems; namespace Content.Server.Zombies