summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:26:16 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:26:16 +0000
commit467f9b9b58c7a6a5c834afd874a6a3ee472f6934 (patch)
treed7186a8d31a96e08973efd208d4c9c4c2cf6acb0 /src/defines.h
parentc924c0e03f3a68bb5144cca561b654b3203ba127 (diff)
downloadmanaserv-467f9b9b58c7a6a5c834afd874a6a3ee472f6934.tar.gz
manaserv-467f9b9b58c7a6a5c834afd874a6a3ee472f6934.tar.bz2
manaserv-467f9b9b58c7a6a5c834afd874a6a3ee472f6934.tar.xz
manaserv-467f9b9b58c7a6a5c834afd874a6a3ee472f6934.zip
Updated attribute system to the latest design decisions (removed charisma, kept agility in)
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 9668bb7c..bc3e8a3f 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -71,7 +71,7 @@ enum
/**
* Points to give to a brand new character
*/
- POINTS_TO_DISTRIBUTES_AT_LVL1 = 70,
+ POINTS_TO_DISTRIBUTES_AT_LVL1 = 60,
// Screen Related
/**
@@ -394,7 +394,6 @@ enum
CHAR_ATTR_VITALITY,
CHAR_ATTR_INTELLIGENCE,
CHAR_ATTR_WILLPOWER,
- CHAR_ATTR_CHARISMA,
CHAR_ATTR_END,
CHAR_ATTR_NB = CHAR_ATTR_END - CHAR_ATTR_BEGIN,