Skip to content

Commit

Permalink
QoLAddition
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwayswannahunt committed Jul 31, 2024
1 parent a2ad455 commit 1f20cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Client/SS220/Overlays/IgnoreLightVisionOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ private bool CantBeVisibleInContainer(EntityUid target, bool isCloseToOwner)
{
currentEntUid = container.Owner;

if (currentEntUid == PlayerManager.LocalEntity )
return true;
if (HasComponentFromList(currentEntUid, blacklistComponentNames))
return true;
}
Expand Down

0 comments on commit 1f20cf8

Please sign in to comment.