makes the nukedisk objective exclusive to captain

This commit is contained in:
deathride58
2017-09-28 01:32:58 -04:00
parent 226ad9ddde
commit 3711461873
2 changed files with 0 additions and 18 deletions
@@ -32,12 +32,3 @@
return TRUE
return FALSE
return FALSE
/datum/objective/crew/headofpersonnel/datfukkendisk //Ported from old Hippie
explanation_text = "Defend the nuclear authentication disk at all costs, and be the one to personally deliver it to Centcom."
/datum/objective/crew/headofpersonnel/datfukkendisk/check_completion()
if(owner.current && owner.current.check_contents_for(/obj/item/disk/nuclear) && SSshuttle.emergency.shuttle_areas[get_area(owner.current)])
return TRUE
else
return FALSE
@@ -2,15 +2,6 @@
/datum/objective/crew/headofsecurity/
/datum/objective/crew/headofsecurity/datfukkendisk //Ported from old Hippie
explanation_text = "Defend the nuclear authentication disk at all costs, and be the one to personally deliver it to Centcom."
/datum/objective/crew/headofsecurity/datfukkendisk/check_completion()
if(owner.current && owner.current.check_contents_for(/obj/item/disk/nuclear) && SSshuttle.emergency.shuttle_areas[get_area(owner.current)])
return TRUE
else
return FALSE
/datum/objective/crew/headofsecurity/enjoyyourstay
explanation_text = "Welcome to Space Station 13. Enjoy your stay."