Merge pull request #7854 from VOREStation/aro-slemruntime

Fix xenobio AI runtime
This commit is contained in:
Aronai Sieyes
2020-05-14 18:12:36 -04:00
committed by GitHub

View File

@@ -174,7 +174,7 @@
// For setting the stance WITHOUT processing it
/datum/ai_holder/proc/set_stance(var/new_stance)
if(holder.key && !autopilot)
if(holder?.key && !autopilot)
return
if(stance == new_stance)
ai_log("set_stance() : Ignoring change stance to same stance request.", AI_LOG_INFO)