Skip to content

Commit

Permalink
revert single line delete from ai.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Aug 11, 2024
1 parent faf2f34 commit 5348b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5348b78

Please sign in to comment.