mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
|
// For setting the stance WITHOUT processing it
|
||||||
/datum/ai_holder/proc/set_stance(var/new_stance)
|
/datum/ai_holder/proc/set_stance(var/new_stance)
|
||||||
if(holder.key && !autopilot)
|
if(holder?.key && !autopilot)
|
||||||
return
|
return
|
||||||
if(stance == new_stance)
|
if(stance == new_stance)
|
||||||
ai_log("set_stance() : Ignoring change stance to same stance request.", AI_LOG_INFO)
|
ai_log("set_stance() : Ignoring change stance to same stance request.", AI_LOG_INFO)
|
||||||
|
|||||||
Reference in New Issue
Block a user