Merge pull request #23659 from Cyberboss/thisisstupid

AIs can no longer resist
This commit is contained in:
Joan Lung
2017-02-04 12:55:34 -05:00
committed by GitHub
+3
View File
@@ -906,6 +906,9 @@ var/list/ai_list = list()
exclusive control."
apc.update_icon()
/mob/living/silicon/ai/resist()
return
/mob/living/silicon/ai/spawned/New(loc, datum/ai_laws/L, mob/target_ai)
if(!target_ai)
target_ai = src //cheat! just give... ourselves as the spawned AI, because that's technically correct