Merge pull request #3505 from Citadel-Station-13/upstream-merge-31778

[MIRROR] expand simple_animals/hostile/aistatus into a simple_animals-wide system for putting mobs into idling mode
This commit is contained in:
LetterJay
2017-10-19 09:23:40 -04:00
committed by GitHub
12 changed files with 96 additions and 18 deletions
+1
View File
@@ -93,6 +93,7 @@
//Mob AI Status
//Hostile simple animals
//If you add a new status, be sure to add a list for it to the simple_animals global in _globalvars/lists/mobs.dm
#define AI_ON 1
#define AI_IDLE 2
#define AI_OFF 3