Event huds can now be found with ahud (#26916)

This commit is contained in:
Silverplate
2024-10-02 11:17:47 -04:00
committed by GitHub
parent c340f22125
commit b91fb66371
+2 -1
View File
@@ -121,7 +121,8 @@ GLOBAL_DATUM_INIT(orbit_menu, /datum/orbit_menu, new)
other_antags += list(
"Blob" = (mind.special_role == SPECIAL_ROLE_BLOB),
"Nuclear Operative" = (mind in SSticker.mode.syndicates),
"Abductor" = (mind in SSticker.mode.abductors)
"Abductor" = (mind in SSticker.mode.abductors),
"Event Roles" = (mind.special_role == SPECIAL_ROLE_EVENTMISC)
)
for(var/antag_name in other_antags)