diff --git a/Content.Server/Nyanotrasen/Mail/MailSystem.cs b/Content.Server/Nyanotrasen/Mail/MailSystem.cs index 0f2352b29a..915f7399b0 100644 --- a/Content.Server/Nyanotrasen/Mail/MailSystem.cs +++ b/Content.Server/Nyanotrasen/Mail/MailSystem.cs @@ -34,12 +34,14 @@ using Content.Shared.Emag.Components; using Content.Shared.Destructible; using Content.Shared.Emag.Systems; using Content.Shared.Examine; +using Content.Shared.Fluids.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Item; using Content.Shared.Mail; using Content.Shared.Maps; +using Content.Shared.Nutrition.Components; using Content.Shared.PDA; using Content.Shared.Random.Helpers; using Content.Shared.Roles; diff --git a/Content.Server/Nyanotrasen/StationEvents/Events/NoosphericStormRule.cs b/Content.Server/Nyanotrasen/StationEvents/Events/NoosphericStormRule.cs index 6d8c03233d..175318e15b 100644 --- a/Content.Server/Nyanotrasen/StationEvents/Events/NoosphericStormRule.cs +++ b/Content.Server/Nyanotrasen/StationEvents/Events/NoosphericStormRule.cs @@ -51,8 +51,8 @@ internal sealed class NoosphericStormRule : StationEventSystem