X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/03e0a9d83003fd07ae25f946053ec10989bfd132..f2072f1a322a388903ce463f9cb736d6576cce4f:/gameserv/gameserv.cpp diff --git a/gameserv/gameserv.cpp b/gameserv/gameserv.cpp index 485937c..ea8d6ff 100644 --- a/gameserv/gameserv.cpp +++ b/gameserv/gameserv.cpp @@ -1050,6 +1050,8 @@ void do_fight(char *u) clearYourTurn(battle->stats); // Initiate Battle sequence! + battle->stats->player_fights -= 1; + notice(s_GameServ, u, "You challenge %s to an online duel!", battle->stats->name); notice(s_GameServ, battle->getNick(), "%s has challenged you to an online duel!", ni->stats->name); notice(s_GameServ, battle->getNick(), "%s gets to go first "\