From bfcab90e309e36f3b11717b8e9ac0b9da28f3fbb Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:50:47 +1000 Subject: [PATCH] every day i scream at least twice --- .../DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs | 1 + .../DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs index 5efc4b2c140..bde0422a1ae 100644 --- a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs +++ b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs @@ -1,4 +1,5 @@ using Content.Server.StationEvents.Events; +using Robust.Shared.Prototypes; namespace Content.Server.StationEvents.Components; diff --git a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs index 6b0efc06417..ec9ec770313 100644 --- a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs +++ b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -6,7 +6,6 @@ using Content.Server.StationEvents.Components; using Content.Shared.Psionics.Glimmer; using Content.Shared.Abilities.Psionics; -using Robust.Shared.Prototypes; namespace Content.Server.StationEvents.Events;