From: MirceaKitsune Date: Mon, 4 Oct 2010 23:02:01 +0000 (+0300) Subject: Add another check to the digestion switch X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7669c2ece2622a60f3aa7976566e704d28be7ab1;p=voretournament%2Fvoretournament.git Add another check to the digestion switch --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index bfd7daa3..92998bfb 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -408,7 +408,7 @@ void Vore() self.complain_vore = time + complain_delay_time; } } - if(!self.stomach_load) + if(!self.stomach_load || !cvar("g_vore_digestion")) self.digesting = FALSE; // predator wishes to regurgitate his prey