Update mind.dm

This commit is contained in:
farie82
2020-06-24 12:13:34 +02:00
committed by GitHub
parent b9205b0e8e
commit 8e8d3dbe93
+1 -1
View File
@@ -547,7 +547,7 @@
possible_targets = sortAtom(possible_targets)
var/new_target
if(LAZYLEN(possible_targets) > 0)
if(length(possible_targets) > 0)
if(alert(usr, "Do you want to pick the objective yourself? No will randomise it", "Pick objective", "Yes", "No") == "Yes")
possible_targets += "Free objective"
new_target = input("Select target:", "Objective target", def_target) as null|anything in possible_targets