diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-22 19:42:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-22 19:42:46 -0300 |
commit | 23d0fda8f2c6687447086632be908da684fb4021 (patch) | |
tree | 9fa66a66ecd474d128718a835ec9df9429f26770 /src/map | |
parent | a6eeda410b4f27b5c6f065ee8a0d7c48420748d9 (diff) | |
download | tmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.gz tmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.bz2 tmwa-23d0fda8f2c6687447086632be908da684fb4021.tar.xz tmwa-23d0fda8f2c6687447086632be908da684fb4021.zip |
Fix a typo
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.t.hpp | 1 |
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, |