]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/c_forest.cpp
Fixed some upper bounds stuff and do_reset
[irc/gameservirc.git] / gameserv / c_forest.cpp
index e2f76dce055ecd36b65b6d9a3cc298de1689677e..68a9a37f03a94fd2ae88aa20b698caf75dbb98ac 100644 (file)
@@ -134,6 +134,7 @@ void do_forest(char *u)
                if (p->gold == 0)
                {
                    notice(s_GameServ, u, "Too bad you're broke. Guess you won't be having any wishes answered today.");
+                   p->forest_fights++;
                    return;
                }
                long newstats;