]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/c_forest.cpp
Fixed the forest event from setting to 14 manually. (I was testing).
[irc/gameservirc.git] / gameserv / c_forest.cpp
index 7e1fc2f4fb32da9404698fa130759684b6d5dc14..df681627ba79a8fbc7c9f0e85a59417f426e2623 100644 (file)
@@ -59,7 +59,6 @@ void do_forest(char *u)
         else if (!is_fighting(u))
         {
            int eventnum = rand() % 100;
-           eventnum = 14;
            Player *p = source->stats;
            p->forest_fights--;