]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
Modified the price of potions, and tweaked the monster gold bit
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index 8226175156876f9bd5e569a5a6e959dbfd877451..66625608718d79797e2ea9e49879df654938e9fd 100644 (file)
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
 
   strcpy(boss.name, "Red Dragon");
   strcpy(boss.weapon, "Breath of Unholy Fire");
-  boss.strength = 1000;
+  boss.strength = 2500;
   boss.gold = 2000000000;
   boss.exp = 2000000000;
   boss.maxhp = 6667;