From e9199b4e77189c9480eb7f30a83a9dcbe59bb26a Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:56:12 +0300 Subject: [PATCH] fixes --- .../_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs | 2 +- .../_CP14/Religion/Components/CP14ReligionVisionComponent.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;