From c7ff91f6e6725cd49d318cc5a9b1a4b08104352b Mon Sep 17 00:00:00 2001 From: FoxxoTrystan Date: Wed, 3 Jul 2024 02:28:59 +0200 Subject: [PATCH] Oops --- Content.Server/Atmos/Rotting/RottingSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Atmos/Rotting/RottingSystem.cs b/Content.Server/Atmos/Rotting/RottingSystem.cs index e5d7aa8ccb0..24d6514cba0 100644 --- a/Content.Server/Atmos/Rotting/RottingSystem.cs +++ b/Content.Server/Atmos/Rotting/RottingSystem.cs @@ -13,6 +13,7 @@ using Robust.Server.Containers; using Robust.Shared.Physics.Components; using Robust.Shared.Timing; +using Content.Shared.Cuffs.Components; namespace Content.Server.Atmos.Rotting;