]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/do_attack.cpp
updated the Change log w/ new additions
[irc/gameservirc.git] / gameserv / do_attack.cpp
index df1e07d62b07e1f8de5773bd1d6dca79375ad207..70aa62b5c4bf22eb740157ff01e90d5a131a62a2 100644 (file)
@@ -110,7 +110,7 @@ void do_attack(char *u)
                                          " %s is now watching over the Dragon's lair!",
                                          ni->stats->getName().c_str(), ni->stats->getName().c_str(),
                                          ni->stats->getMonster()->name.c_str(), ni->stats->getName().c_str());
-                         dragon.name = "DRAGON-" + ni->stats->getName();
+                         dragon.name = "Dragon " + ni->stats->getName();
                          dragon.weapon = "Breath of Fire";
                          dragon.strength = ni->stats->getStrength();
                          dragon.defense = ni->stats->getDefense();