Giant changeling spider aggression fix (#30274)

* Giant changeling spider aggression fix

* Moved changeling spiders to _DEFINES and used them as needed
This commit is contained in:
PollardTheDragon
2025-09-04 15:50:00 +00:00
committed by GitHub
parent 69a3b5835b
commit a4b1ac0444
4 changed files with 15 additions and 13 deletions
@@ -0,0 +1,4 @@
#define FOLLOW_AGGRESSIVE 0
#define FOLLOW_RETALIATE 1
#define IDLE_AGGRESSIVE 2
#define IDLE_RETALIATE 3