From 79a7609d884cd73ac4f046d2b36c484c8e8ba23f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 24 Dec 2025 17:07:10 -0600 Subject: [PATCH] Fixed namespaces in Devil systems --- .../_Goobstation/Devil/CheatDeath/CheatDeathSystem.cs | 2 +- .../Devil/Contract/Revival/RevivalContractSystem.cs | 2 +- Content.Server/_Goobstation/Devil/DevilSystem.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;