diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-24 18:16:17 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-24 18:16:17 -0700 |
commit | 5c79b920eefb219f0dd4491b709af4f116d3a988 (patch) | |
tree | 43d947537af88ddbd3b853e9e35f5bc8d2216818 /src/monster.cpp | |
parent | 5e1dc59411cd7973fb4208ae76d0970bd2ea87d6 (diff) | |
download | mana-5c79b920eefb219f0dd4491b709af4f116d3a988.tar.gz mana-5c79b920eefb219f0dd4491b709af4f116d3a988.tar.bz2 mana-5c79b920eefb219f0dd4491b709af4f116d3a988.tar.xz mana-5c79b920eefb219f0dd4491b709af4f116d3a988.zip |
Tweaks to the speech bubbles so that being status (GM, mob, npc,
regular player) is displayed in the speech bubbles now. No need to
view your own name to be able to see whether you're showing as a GM now.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/monster.cpp')
-rw-r--r-- | src/monster.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monster.cpp b/src/monster.cpp index 814a5904..4f2c97e7 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -71,6 +71,8 @@ Monster::Monster(Uint32 id, Uint16 job, Map *map): controlParticle(particleEngine->addEffect((*i), 0, 0)); } } + + mNameColor = 0xff2020; } Monster::~Monster() |