ohhhhhhh boy

This commit is contained in:
silicons
2020-07-26 15:10:08 -07:00
parent 7d7f40ce90
commit 49070d732b
4 changed files with 17 additions and 15 deletions
+4
View File
@@ -12,6 +12,10 @@
#define NO_AUTO_CLICKDELAY_HANDLING (1<<2)
/// Only used with UnarmedAttack(). Interrupts unarmed attack from progressing.
#define INTERRUPT_UNARMED_ATTACK (1<<3)
/// Attack hand should not set next action even if the atom wants it to be an action
#define ATTACK_HAND_IGNORE_ACTION (1<<4)
/// Attack hand should not at all check last_action/attack_hand_speed even if the atom wants to
#define ATTACK_HAND_IGNORE_CLICKDELAY (1<<5)
// UnarmedAttack() flags
/// Attack is from a parry counterattack