mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #7854 from VOREStation/aro-slemruntime
Fix xenobio AI runtime
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user