Skip to content

Commit

Permalink
Merge pull request #1806 from AftrLite/ghostfix
Browse files Browse the repository at this point in the history
Ghost Functionality Hotfix
  • Loading branch information
mqole authored Mar 1, 2025
2 parents ab26d2e + f9bf3da commit 8ccf0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Ghost/GhostSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ccf0f0

Please sign in to comment.