From 2b375b513238f5e3419bc5199badbef59d0311ea Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 21 Dec 2025 13:14:22 -0600 Subject: [PATCH] Fixed LungComponent reference --- Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs b/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs index f93e7e3fb2..687a4c86ac 100644 --- a/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs +++ b/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs @@ -1,5 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; +using Content.Shared.Body.Components; using Content.Shared.Nutrition.Components; namespace Content.Server._DV.Feroxi;