Added new hook script HOOK_COMBATTURN - runs before and after every turn in combat

This commit is contained in:
phobos2077
2017-04-01 20:31:19 +07:00
parent 76a946c72e
commit 9531fcbebd
5 changed files with 70 additions and 59 deletions
+1
View File
@@ -47,6 +47,7 @@
#define HOOK_INVENTORYMOVE (24)
#define HOOK_INVENWIELD (25)
#define HOOK_ADJUSTFID (26)
#define HOOK_COMBATTURN (27)
//Valid arguments to list_begin
#define LIST_CRITTERS (0)