Destroy AI Name Fix

- Target AI will now show name after the AI changes its name, rather
than its original name.
This commit is contained in:
DZD
2015-02-09 16:43:05 -05:00
parent 2df5e97a7e
commit e900f12d8c
+1 -1
View File
@@ -743,7 +743,7 @@ datum/objective/destroy
var/mob/living/silicon/ai/target_ai = pick(possible_targets)
target = target_ai.mind
if(target && target.current)
explanation_text = "Destroy [target.name], the experimental AI."
explanation_text = "Destroy [target.current.real_name], the experimental AI."
else
explanation_text = "Free Objective"
return target