diff --git a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs index 78568820e9..e58fe2275d 100644 --- a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs @@ -24,6 +24,7 @@ using Content.Shared.Revolutionary.Components; using Content.Shared.Roles; using Content.Shared.Stunnable; using Content.Shared.Zombies; +using Robust.Server.GameObjects; using Robust.Shared.Timing; namespace Content.Server.GameTicking.Rules; @@ -44,6 +45,7 @@ public sealed class RevolutionaryRuleSystem : GameRuleSystem] public const string RevolutionaryNpcFaction = "Revolutionary"; @@ -216,6 +218,7 @@ public sealed class RevolutionaryRuleSystem : GameRuleSystem