diff --git a/Content.Server/_Goobstation/Devil/CheatDeath/CheatDeathSystem.cs b/Content.Server/_Goobstation/Devil/CheatDeath/CheatDeathSystem.cs index f9996b4401..2e6e9ffea0 100644 --- a/Content.Server/_Goobstation/Devil/CheatDeath/CheatDeathSystem.cs +++ b/Content.Server/_Goobstation/Devil/CheatDeath/CheatDeathSystem.cs @@ -9,7 +9,7 @@ using Content.Shared._Goobstation.CheatDeath; using Content.Shared._Goobstation.Devour.Events; using Content.Server._Shitmed.DelayedDeath; using Content.Server.Actions; -using Content.Server.Administration.Systems; +using Content.Shared.Administration.Systems; using Content.Server.Jittering; using Content.Shared.Damage; using Content.Shared.Examine; diff --git a/Content.Server/_Goobstation/Devil/Contract/Revival/RevivalContractSystem.cs b/Content.Server/_Goobstation/Devil/Contract/Revival/RevivalContractSystem.cs index 0a028b6d4e..286624fc1d 100644 --- a/Content.Server/_Goobstation/Devil/Contract/Revival/RevivalContractSystem.cs +++ b/Content.Server/_Goobstation/Devil/Contract/Revival/RevivalContractSystem.cs @@ -7,7 +7,7 @@ using Content.Shared._Goobstation.Devil; using Content.Shared._Goobstation.Devil.Condemned; using Content.Shared._Goobstation.Devil.UI; -using Content.Server.Administration.Systems; +using Content.Shared.Administration.Systems; using Content.Server.Mind; using Content.Shared.Interaction; using Content.Shared.Mobs; diff --git a/Content.Server/_Goobstation/Devil/DevilSystem.cs b/Content.Server/_Goobstation/Devil/DevilSystem.cs index 8db1948756..120d31d543 100644 --- a/Content.Server/_Goobstation/Devil/DevilSystem.cs +++ b/Content.Server/_Goobstation/Devil/DevilSystem.cs @@ -16,7 +16,7 @@ using Content.Shared._Goobstation.Devil; using Content.Shared._Goobstation.Devil.Condemned; using Content.Shared._Goobstation.Exorcism; using Content.Server.Actions; -using Content.Server.Administration.Systems; +using Content.Shared.Administration.Systems; using Content.Server.Antag.Components; using Content.Server.Atmos.Components; using Content.Server.Body.Systems;