summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-22 19:42:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-22 19:42:46 -0300
commit23d0fda8f2c6687447086632be908da684fb4021 (patch)
tree9fa66a66ecd474d128718a835ec9df9429f26770
parenta6eeda410b4f27b5c6f065ee8a0d7c48420748d9 (diff)
downloadtmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.gz
tmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.bz2
tmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.xz
tmwa-23d0fda8f2c6687447086632be908da684fb4021.zip
Fix a typo
-rw-r--r--src/map/map.t.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index d685c01..4336411 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -71,6 +71,7 @@ enum class mob_stat
DEF,
MDEF,
SPEED,
+ CRITICAL_DEF,
// These must come last:
// [Fate] Encoded as base to 1024: 1024 means 100%
XP_BONUS,