diff --git a/Content.Shared/Strip/SharedStrippableSystem.cs b/Content.Shared/Strip/SharedStrippableSystem.cs index ccfef870a4..b6021a3ee9 100644 --- a/Content.Shared/Strip/SharedStrippableSystem.cs +++ b/Content.Shared/Strip/SharedStrippableSystem.cs @@ -404,7 +404,7 @@ public abstract class SharedStrippableSystem : EntitySystem } // ... unless the user is an (admin) observer, admins setting up ghost roles in ATAG shouldn't trigger alerts - if (isUserShielded) + if (isUserGhost) { logImpact = LogImpact.Medium; }