diff options
author | Ira Rice <irarice@gmail.com> | 2008-09-07 05:34:19 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-09-07 05:34:19 +0000 |
commit | 56b48b23124ca351269978720ab72bc366eef425 (patch) | |
tree | 45511fd224ff91109f757a83ef3694073ef9c7cb /src/being.h | |
parent | c57fdaf3c18f34678cf4753a1fae0e6d622839a7 (diff) | |
download | mana-56b48b23124ca351269978720ab72bc366eef425.tar.gz mana-56b48b23124ca351269978720ab72bc366eef425.tar.bz2 mana-56b48b23124ca351269978720ab72bc366eef425.tar.xz mana-56b48b23124ca351269978720ab72bc366eef425.zip |
Added 6 colors for each of the hair styles. Since 10 is an odd number
for the number of colors for a packet, I added 6 more fun colors. I'd
add in two more hair styles as well, but since I don't know if it's
safe, I'm going to play it safe for now and not include them.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 7f68c8c3..e6cfd479 100644 --- a/src/being.h +++ b/src/being.h @@ -35,7 +35,7 @@ #include "animatedsprite.h" #define NR_HAIR_STYLES 8 -#define NR_HAIR_COLORS 10 +#define NR_HAIR_COLORS 16 #define FIRST_IGNORE_EMOTE 14 |