mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Event huds can now be found with ahud (#26916)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user