summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-20 18:41:24 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-20 18:41:24 +0000
commitddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3 (patch)
tree9158b552770d02a71217562dc3e18ef5180f5252 /src/defines.h
parented0e4fd21544d2c3e0a8494c6f48fc905afda04f (diff)
downloadmanaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.gz
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.bz2
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.xz
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.zip
Removed check for difference between lowest and highest attribute at char creation. Unified order of basic attributes.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/defines.h b/src/defines.h
index 9394d3c9..dc27c3b4 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -77,12 +77,6 @@ enum
MAX_GENDER_VALUE = 2,
/**
- * Determines the maximum difference between the largest attribute and the
- * smallest one. To ensure that characters do not have disproportionned
- * attributes.
- */
- MAX_DIFF_BETWEEN_ATTRIBUTES = 5,
-/**
* Points to give to a brand new character
*/
POINTS_TO_DISTRIBUTES_AT_LVL1 = 70,
@@ -235,7 +229,6 @@ enum {
CREATE_INVALID_GENDER,
CREATE_ATTRIBUTES_TOO_HIGH,
CREATE_ATTRIBUTES_TOO_LOW,
- CREATE_ATTRIBUTES_INVALID_DIFF,
CREATE_ATTRIBUTES_EQUAL_TO_ZERO,
CREATE_EXISTS_NAME,
CREATE_TOO_MUCH_CHARACTERS