This commit is contained in:
silicons
2020-07-20 11:11:12 -07:00
parent 984796b8c6
commit 924309aab8
5 changed files with 32 additions and 12 deletions
+2
View File
@@ -7,6 +7,8 @@
#define STOP_ATTACK_PROC_CHAIN (1<<0)
/// This attack should discard last_action instead of flushing (storing) it). You should probably know what you're doing if you use this considering this is how clickdelay is enforced.
#define DISCARD_LAST_ACTION (1<<1)
/// Override automatic last_action set. There's usually a safety net in that attempting to attack a mob will set last_action even if the item itself doesn't specifically set it. If this is present, that doesn't happen.
#define MANUALLY_HANDLE_LAST_ACTION (1<<2)
// UnarmedAttack() flags
/// Attack is from a parry counterattack