Fix Mirror Armor against Clear Body

This commit is contained in:
DizzyEggg
2023-02-13 14:44:34 +01:00
parent 5d958e245a
commit 0577d8d04d
3 changed files with 8 additions and 6 deletions

View File

@@ -273,6 +273,7 @@
// Cmd_statbuffchange
#define STAT_CHANGE_ALLOW_PTR (1 << 0) // If set, allow use of jumpptr. Set in every use of statbuffchange
#define STAT_CHANGE_MIRROR_ARMOR (1 << 1) // Stat change redirection caused by Mirror Armor ability.
#define STAT_CHANGE_NOT_PROTECT_AFFECTED (1 << 5)
#define STAT_CHANGE_UPDATE_MOVE_EFFECT (1 << 6)