diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 17:44:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | 1d6c226f2aae2410f9785709aefd88f1a17e6bca (patch) | |
tree | b5d1d89f8c0418c3c0a95875285ac4c9350692b8 /src/being/attributes.h | |
parent | b35357cfcd58ac26d2f9d008a2db5b931cccb428 (diff) | |
download | plus-1d6c226f2aae2410f9785709aefd88f1a17e6bca.tar.gz plus-1d6c226f2aae2410f9785709aefd88f1a17e6bca.tar.bz2 plus-1d6c226f2aae2410f9785709aefd88f1a17e6bca.tar.xz plus-1d6c226f2aae2410f9785709aefd88f1a17e6bca.zip |
Move STR stat from net enum into attributes.
Diffstat (limited to 'src/being/attributes.h')
-rw-r--r-- | src/being/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h index 2bcb3a332..6bd255f29 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -42,6 +42,7 @@ namespace Attributes SKILL_POINTS, CHAR_POINTS, CORR_POINTS, + STR = 13, AGI = 14, VIT = 15, INT = 16, |