]> 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 2e8e7e40ea8bd79e293f9fc69d6776c0c35ea077..66625608718d79797e2ea9e49879df654938e9fd 100644 (file)
@@ -35,7 +35,7 @@ using std::cerr;
 using std::endl;
 
 char *PACKAGE = "GameServ";
-char *VERSION = "1.2.1 +devel";
+char *VERSION = "1.2.2 +devel";
 
 int sock;
 int day;
@@ -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;