Identity theft objective set fix, tank examine fix, proccall null return fix

This commit is contained in:
Markolie
2016-10-21 17:51:38 +02:00
parent 7173a8fe9f
commit 1a307cd8c9
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -589,7 +589,7 @@
var/list/possible_targets = list("Free objective")
for(var/datum/mind/possible_target in ticker.minds)
if((possible_target != src) && istype(possible_target.current, /mob/living/carbon/human))
possible_targets += possible_target.current
possible_targets += possible_target
var/new_target = input("Select target:", "Objective target") as null|anything in possible_targets
if(!new_target)