]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/c_forest.cpp
New autoconf
[irc/gameservirc.git] / gameserv / c_forest.cpp
index d278de48b4e9006c0e0d00cdfaa55d9a77ac2ac3..430f0751eaae5f71ab90120122cf030bb86a9e7a 100644 (file)
@@ -60,7 +60,9 @@ void do_forest(char *u)
             notice(s_GameServ, u, "You search the forest for something to kill...");
             notice(s_GameServ, u, "You have found \ 2%s\ 2!", p->fight->name);
             p->fight->hp = p->fight->maxhp;
-            p->battle = NULL;
+
+            p->battle = NULL; // Just to make sure
+           p->master = NULL; // Just to make sure
             display_monster(u);
         }
         else if (is_fighting(u))