From 5348b789413d53da9dba771e2ab7da770d224c69 Mon Sep 17 00:00:00 2001 From: covertcorvid <17987483+covertcorvid@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:14:09 -0400 Subject: [PATCH] revert single line delete from ai.dm --- code/__DEFINES/ai.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__DEFINES/ai.dm b/code/__DEFINES/ai.dm index f0aaec82bbf..fcb57f1db8d 100644 --- a/code/__DEFINES/ai.dm +++ b/code/__DEFINES/ai.dm @@ -4,6 +4,7 @@ #define AI_STATUS_ON 1 #define AI_STATUS_OFF 2 + ///Monkey checks #define SHOULD_RESIST(source) (source.on_fire || source.buckled || source.restrained() || (source.pulledby && source.pulledby.grab_state > GRAB_PASSIVE)) #define IS_DEAD_OR_INCAP(source) (source.incapacitated() || source.stat)