Xenomorphs: part 2 (#744)

* rebalance

* oh

* looks better

* Finally
This commit is contained in:
Spatison
2025-08-04 02:31:17 +10:00
committed by GitHub
parent fdb3e54649
commit a82b412ef2
91 changed files with 1610 additions and 136 deletions

View File

@@ -72,8 +72,7 @@ public sealed class StatusIconSystem : SharedStatusIconSystem
{
var viewer = _playerManager.LocalSession?.AttachedEntity;
// Always show our icons to our entity
if (viewer == ent.Owner)
if (data.VisibleToOwner && viewer == ent.Owner) // WD EDIT: not always show our icons to our entity
return true;
if (data.VisibleToGhosts && HasComp<GhostComponent>(viewer))