Initial Infected can see each other (#25934)

initial infected icon
This commit is contained in:
Killerqu00
2024-03-18 22:57:36 +01:00
committed by GitHub
parent d5e7951d5a
commit 45d6c03407
6 changed files with 40 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ public sealed class AntagStatusIconSystem : SharedStatusIconSystem
SubscribeLocalEvent<RevolutionaryComponent, GetStatusIconsEvent>(GetRevIcon);
SubscribeLocalEvent<ZombieComponent, GetStatusIconsEvent>(GetIcon);
SubscribeLocalEvent<HeadRevolutionaryComponent, GetStatusIconsEvent>(GetIcon);
SubscribeLocalEvent<InitialInfectedComponent, GetStatusIconsEvent>(GetIcon);
}
/// <summary>