From e9cec4a002d4cd2b09e8fca7320dab40526265d8 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 23 Dec 2025 16:46:12 -0600 Subject: [PATCH] Fixed some temperature components that were moved to shared. --- .../_EE/Silicon/Charge/Systems/SiliconChargeSystem.cs | 2 +- Content.Server/_Goobstation/Temperature/KillOnOverheatSystem.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;