diff --git a/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs b/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs index 36903c356e..b776a4304a 100644 --- a/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs +++ b/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs @@ -101,7 +101,7 @@ public sealed class CP14BloodMoonCurseRule : GameRuleSystem(ent, out var curseComp)) { diff --git a/Content.Shared/_CP14/Religion/Components/CP14ReligionVisionComponent.cs b/Content.Shared/_CP14/Religion/Components/CP14ReligionVisionComponent.cs index 9c7727b37b..ca2762c5fb 100644 --- a/Content.Shared/_CP14/Religion/Components/CP14ReligionVisionComponent.cs +++ b/Content.Shared/_CP14/Religion/Components/CP14ReligionVisionComponent.cs @@ -1,3 +1,4 @@ +using System.Numerics; using Content.Shared._CP14.Religion.Systems; using Robust.Shared.GameStates;