Added a new hook: HOOK_ADJUSTPOISON

Added a fix to the poison handling in the engine when an NPC is under
the player's control.
This commit is contained in:
NovaRain
2020-12-30 22:11:02 +08:00
parent 45a523f6ca
commit 19f6d64e5b
16 changed files with 231 additions and 30 deletions
+1
View File
@@ -69,6 +69,7 @@
#define HOOK_STDPROCEDURE_END (41)
#define HOOK_TARGETOBJECT (42)
#define HOOK_ENCOUNTER (43)
#define HOOK_ADJUSTPOISON (44)
//Valid arguments to list_begin
#define LIST_CRITTERS (0)