diff --git a/Content.Server/_EE/Silicon/Charge/Systems/SiliconChargeSystem.cs b/Content.Server/_EE/Silicon/Charge/Systems/SiliconChargeSystem.cs index f81bdd576c..bf042cf1c1 100644 --- a/Content.Server/_EE/Silicon/Charge/Systems/SiliconChargeSystem.cs +++ b/Content.Server/_EE/Silicon/Charge/Systems/SiliconChargeSystem.cs @@ -2,7 +2,7 @@ using Robust.Shared.Random; using Content.Shared._EE.Silicon.Components; using Content.Shared.Power.Components; using Content.Shared.Mobs.Systems; -using Content.Server.Temperature.Components; +using Content.Shared.Temperature.Components; using Content.Shared.Atmos.Components; using Content.Server.Popups; using Content.Shared.Popups; diff --git a/Content.Server/_Goobstation/Temperature/KillOnOverheatSystem.cs b/Content.Server/_Goobstation/Temperature/KillOnOverheatSystem.cs index e8c10154ee..06dc4b3ac8 100644 --- a/Content.Server/_Goobstation/Temperature/KillOnOverheatSystem.cs +++ b/Content.Server/_Goobstation/Temperature/KillOnOverheatSystem.cs @@ -1,4 +1,4 @@ -using Content.Server.Temperature.Components; +using Content.Shared.Temperature.Components; using Content.Shared.IdentityManagement; using Content.Shared.Mobs; using Content.Shared.Mobs.Components;