]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.cpp
Added ONE monster lol
[irc/gameservirc.git] / gameserv / gameserv.cpp
index 5c03a5975dc8302aa4d53b54dd849dff3675741a..fe88ad2c3701411e34fc27c84cfece4f068e7f35 100644 (file)
@@ -25,14 +25,6 @@ List<aClient> players;
 
 Monster *monsters[LEVELS][MONSTERS];   // Monsters per level. Total = MONSTERS * LEVELS
 Monster boss;                          // The boss monster
-strcpy(boss.name, "Red Dragon");
-strcpy(boss.weapon, "Breath of Unholy Fire");
-boss.strength = 6667;
-boss.gold = 2000000000;
-boss.exp = 2000000000;
-strcpy(boss.death, "You finally snuff out the deadly murderous \"
-    "dragon's dark flames. You have freed the land of its terror \"
-    "filled reign from above!");
 
 Monster *masters[LEVELS];              // A master for each level