summaryrefslogtreecommitdiff
path: root/src/enums/being
diff options
context:
space:
mode:
Diffstat (limited to 'src/enums/being')
-rw-r--r--src/enums/being/attacktype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/enums/being/attacktype.h b/src/enums/being/attacktype.h
index 02379e60a..d04f88ed9 100644
--- a/src/enums/being/attacktype.h
+++ b/src/enums/being/attacktype.h
@@ -40,7 +40,8 @@ namespace AttackType
CRITICAL = 10,
FLEE = 11,
TOUCH_SKILL = 12,
- MISS = 0xffff // pseudo value for miss attacks
+ MISS = 0xffff, // pseudo value for miss attacks
+ SKILLMISS // pseudo value for skill miss attacks
};
} // namespace AttackType