X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/00e51ca8614f4d38335b4f567c9aaf341747ec0e..f71a53ab6e251712c26a11c0b373d41014f775d5:/gameserv/do_attack.cpp diff --git a/gameserv/do_attack.cpp b/gameserv/do_attack.cpp index df1e07d..70aa62b 100644 --- a/gameserv/do_attack.cpp +++ b/gameserv/do_attack.cpp @@ -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();