From f9bf3dac1e387588ebe95e629acae43dc23cae44 Mon Sep 17 00:00:00 2001 From: AftrLite <61218133+AftrLite@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:08:49 +1300 Subject: [PATCH] HOLY FUCK WHOOPS --- Content.Server/Ghost/GhostSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Ghost/GhostSystem.cs b/Content.Server/Ghost/GhostSystem.cs index 91ef609bbfb3..b20acde6fdde 100644 --- a/Content.Server/Ghost/GhostSystem.cs +++ b/Content.Server/Ghost/GhostSystem.cs @@ -209,7 +209,6 @@ private void OnGhostStartup(EntityUid uid, GhostComponent component, ComponentSt } SetCanSeeGhosts(uid, true); - _eye.SetVisibilityMask(uid, 777); // Imp hack for Cosmic Cult visibility var time = _gameTiming.CurTime; component.TimeOfDeath = time;