Fixes clockwork sigil candidate runtime, cleans up some jobban checks with defines (#34907)

* Cleanup

* .

* Synced special_role & factions with role defines

* Revert

* more cleanup

* fix
This commit is contained in:
ShizCalev
2018-02-04 03:03:34 -06:00
committed by duncathan salt
parent 60e4952a27
commit ee18d6f8e2
73 changed files with 193 additions and 211 deletions
+1 -1
View File
@@ -261,7 +261,7 @@
if(shuttle_areas[get_area(player)])
has_people = TRUE
var/location = get_turf(player.mind.current)
if(!(player.mind.special_role == "traitor" || player.mind.special_role == "Syndicate" || player.mind.special_role == "blood brother") && !istype(location, /turf/open/floor/plasteel/shuttle/red) && !istype(location, /turf/open/floor/mineral/plastitanium/brig))
if(!(player.mind.has_antag_datum(/datum/antagonist)) && !istype(location, /turf/open/floor/plasteel/shuttle/red) && !istype(location, /turf/open/floor/mineral/plastitanium/brig))
return FALSE
return has_people