Only traitors/ops can hijack now

This commit is contained in:
Leo
2016-12-20 13:16:39 -02:00
committed by GitHub
parent 88287e90db
commit a8e280c2e2
+1 -1
View File
@@ -248,7 +248,7 @@
if(get_area(player) == areaInstance)
has_people = TRUE
var/location = get_turf(player.mind.current)
if(!player.mind.special_role && !istype(location, /turf/open/floor/plasteel/shuttle/red) && !istype(location, /turf/open/floor/mineral/plastitanium/brig))
if(!(player.mind.special_role == "traitor" || player.mind.special_role == "Syndicate") && !istype(location, /turf/open/floor/plasteel/shuttle/red) && !istype(location, /turf/open/floor/mineral/plastitanium/brig))
return FALSE
return has_people