Indicator fixes (#357)
* - fix: Fix hud showing stealth entities. * - fix: Fix aghost SSD indicator. * - tweak: Make ninja more stealthy.
This commit is contained in:
@@ -85,6 +85,8 @@ public sealed class AGhost : LocalizedCommands
|
||||
return;
|
||||
}
|
||||
|
||||
_entities.Dirty(mindId, mind); // WD
|
||||
|
||||
if (mind.VisitingEntity != default && _entities.TryGetComponent<GhostComponent>(mind.VisitingEntity, out var oldGhostComponent))
|
||||
{
|
||||
mindSystem.UnVisit(mindId, mind);
|
||||
|
||||
Reference in New Issue
Block a user