X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/2271327bcbe667c36a906a863acc0d2152afb447..152a0a938610357511cebd78a2af02b0718d75d1:/gameserv/c_forest.cpp diff --git a/gameserv/c_forest.cpp b/gameserv/c_forest.cpp index e2f76dc..68a9a37 100644 --- a/gameserv/c_forest.cpp +++ b/gameserv/c_forest.cpp @@ -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;