Removed "die" from the list of forced objectives (#21786)

Co-authored-by: Baredolf <Baredolf@users.noreply.github.com>
This commit is contained in:
Baredolf
2023-07-27 20:36:38 -05:00
committed by GitHub
co-authored by Baredolf
parent 96eb6278b8
commit ed08e46fea
+1 -1
View File
@@ -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