From: Vasilis Date: Wed, 1 Nov 2023 03:11:09 +0000 (+0100) Subject: Getting turned to a rev makes the rev antag sound (#21316) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e1e3eba0d0715775342a5a09eaa003b3a10063f5;p=space-station-14.git Getting turned to a rev makes the rev antag sound (#21316) --- 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