diff --git a/Content.Server/Medical/DefibrillatorSystem.cs b/Content.Server/Medical/DefibrillatorSystem.cs index 26611d4a9c..24aa24c9e1 100644 --- a/Content.Server/Medical/DefibrillatorSystem.cs +++ b/Content.Server/Medical/DefibrillatorSystem.cs @@ -5,7 +5,7 @@ using Content.Server.Electrocution; using Content.Server.EUI; using Content.Server.Ghost; using Content.Server.Popups; -using Content.Server.PowerCell; +using Content.Shared.PowerCell; using Content.Shared.Traits.Assorted; using Content.Shared.Chat; using Content.Shared.Damage.Components; diff --git a/Content.Server/Medical/HealthAnalyzerSystem.cs b/Content.Server/Medical/HealthAnalyzerSystem.cs index e8a9ac3059..2e782e16f0 100644 --- a/Content.Server/Medical/HealthAnalyzerSystem.cs +++ b/Content.Server/Medical/HealthAnalyzerSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Medical.Components; -using Content.Server.PowerCell; +using Content.Shared.PowerCell; using Content.Shared.Body.Components; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Damage.Components; diff --git a/Content.Server/Power/EntitySystems/ChargerSystem.cs b/Content.Server/Power/EntitySystems/ChargerSystem.cs index e8dc9e9962..9c6b0907f7 100644 --- a/Content.Server/Power/EntitySystems/ChargerSystem.cs +++ b/Content.Server/Power/EntitySystems/ChargerSystem.cs @@ -1,6 +1,6 @@ using Content.Server.Power.Components; using Content.Shared.Examine; -using Content.Server.PowerCell; +using Content.Shared.PowerCell; using Content.Shared.Power; using Content.Shared.Power.Components; using Content.Shared.Power.EntitySystems;