diff options
Diffstat (limited to 'src/being/attributes.h')
-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 0c8c8e11f..cd753c2fa 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -51,7 +51,8 @@ namespace Attributes CRIT, FLEE, HIT, - MDEF + MDEF, + MATK }; } // namespace Attributes |