From a730fea8d68f0570b0fc3192af5566bdfea1edeb Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 3 May 2020 13:09:40 -0400 Subject: [PATCH] Missing fix --- code/modules/ai/ai_holder.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/ai/ai_holder.dm b/code/modules/ai/ai_holder.dm index dfd7bd87b0..d4686e1537 100644 --- a/code/modules/ai/ai_holder.dm +++ b/code/modules/ai/ai_holder.dm @@ -44,7 +44,8 @@ STANCE_REPOSITION, STANCE_MOVE, STANCE_FOLLOW, - STANCE_FLEE + STANCE_FLEE, + STANCE_DISABLED ) var/list/static/noprocess_stances = list( STANCE_SLEEP