Fix revolutionaries not being considered antags (#20739)

This commit is contained in:
DrSmugleaf
2023-10-04 21:40:52 -07:00
committed by GitHub
parent 3f42835811
commit 066054982d

View File

@@ -13,6 +13,7 @@ public sealed class RoleSystem : SharedRoleSystem
SubscribeAntagEvents<InitialInfectedRoleComponent>();
SubscribeAntagEvents<NinjaRoleComponent>();
SubscribeAntagEvents<NukeopsRoleComponent>();
SubscribeAntagEvents<RevolutionaryRoleComponent>();
SubscribeAntagEvents<SubvertedSiliconRoleComponent>();
SubscribeAntagEvents<TraitorRoleComponent>();
SubscribeAntagEvents<ZombieRoleComponent>();