]> 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 01173013fe3b1d9ffeace75b82774f487926a532..70aa62b5c4bf22eb740157ff01e90d5a131a62a2 100644 (file)
@@ -36,11 +36,8 @@ void do_attack(char *u)
     }
   else
     {
-      if (!ni->stats->getMaster()) // This is not a master fight
-               fight = ni->stats->getMonster();       // Monster      Could be NULL
-      else                    // This IS a master fight
-               fight = ni->stats->getMaster();      // Master       Could be NULL
-         
+
+         fight = ni->stats->getMonster();       // Monster      Could be NULL
       battle = ni->stats->getBattle();             // Player       Could be NULL
          
       // One has to be !NULL based on the previous else if
@@ -113,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();