From ed08e46fea6734b6237b97b10183c20e397542d0 Mon Sep 17 00:00:00 2001 From: Baredolf <12814132+Baredolf@users.noreply.github.com> Date: Thu, 27 Jul 2023 20:36:38 -0500 Subject: [PATCH] Removed "die" from the list of forced objectives (#21786) Co-authored-by: Baredolf --- code/datums/mind.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index a217f1ada91..e2947a5b435 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -593,7 +593,7 @@ def_value = "custom" var/new_obj_type = input("Select objective type:", "Objective type", def_value) as null|anything in list( - "assassinate", "blood", "debrain", "die", "protect", "prevent", "hijack", "escape", "survive", "steal", "download", + "assassinate", "blood", "debrain", "protect", "prevent", "hijack", "escape", "survive", "steal", "download", "nuclear", "capture", "absorb", "destroy", "maroon", "identity theft", "custom") if(!new_obj_type) return