mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Update mind.dm
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user