diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/attributes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h index cd753c2fa..e7d6498b8 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -52,7 +52,8 @@ namespace Attributes FLEE, HIT, MDEF, - MATK + MATK, + DEF }; } // namespace Attributes |