Fix revolutionaries not being considered antags (#20739)
This commit is contained in:
@@ -13,6 +13,7 @@ public sealed class RoleSystem : SharedRoleSystem
|
|||||||
SubscribeAntagEvents<InitialInfectedRoleComponent>();
|
SubscribeAntagEvents<InitialInfectedRoleComponent>();
|
||||||
SubscribeAntagEvents<NinjaRoleComponent>();
|
SubscribeAntagEvents<NinjaRoleComponent>();
|
||||||
SubscribeAntagEvents<NukeopsRoleComponent>();
|
SubscribeAntagEvents<NukeopsRoleComponent>();
|
||||||
|
SubscribeAntagEvents<RevolutionaryRoleComponent>();
|
||||||
SubscribeAntagEvents<SubvertedSiliconRoleComponent>();
|
SubscribeAntagEvents<SubvertedSiliconRoleComponent>();
|
||||||
SubscribeAntagEvents<TraitorRoleComponent>();
|
SubscribeAntagEvents<TraitorRoleComponent>();
|
||||||
SubscribeAntagEvents<ZombieRoleComponent>();
|
SubscribeAntagEvents<ZombieRoleComponent>();
|
||||||
|
|||||||
Reference in New Issue
Block a user