diff --git a/code/modules/mob/dead/observer/orbit.dm b/code/modules/mob/dead/observer/orbit.dm index 1d0a465f01b..fb50bc42bae 100644 --- a/code/modules/mob/dead/observer/orbit.dm +++ b/code/modules/mob/dead/observer/orbit.dm @@ -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)