Ports green Ordeal mobs from LC13

This commit is contained in:
Dahlular
2022-09-06 18:21:02 -06:00
parent 82647e288d
commit 3245c4a52e
13 changed files with 275 additions and 0 deletions
+3
View File
@@ -290,3 +290,6 @@
//Gremlins
#define NPC_TAMPER_ACT_FORGET 1 //Don't try to tamper with this again
#define NPC_TAMPER_ACT_NOMSG 2 //Don't produce a visible message
//Upstream stuff
#define SLEEP_CHECK_DEATH(X) sleep(X); if(QDELETED(src) || stat == DEAD) return;