From 3711461873ad67f66617a7ba843069671d1c25dd Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 28 Sep 2017 01:32:58 -0400 Subject: [PATCH] makes the nukedisk objective exclusive to captain --- .../crew_objectives/cit_crewobjectives_command.dm | 9 --------- .../crew_objectives/cit_crewobjectives_security.dm | 9 --------- 2 files changed, 18 deletions(-) diff --git a/code/citadel/crew_objectives/cit_crewobjectives_command.dm b/code/citadel/crew_objectives/cit_crewobjectives_command.dm index 7ea715dfa8..1ee6beaee6 100644 --- a/code/citadel/crew_objectives/cit_crewobjectives_command.dm +++ b/code/citadel/crew_objectives/cit_crewobjectives_command.dm @@ -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 diff --git a/code/citadel/crew_objectives/cit_crewobjectives_security.dm b/code/citadel/crew_objectives/cit_crewobjectives_security.dm index a20e48a6a5..b0b9bb3b55 100644 --- a/code/citadel/crew_objectives/cit_crewobjectives_security.dm +++ b/code/citadel/crew_objectives/cit_crewobjectives_security.dm @@ -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."