From: MirceaKitsune Date: Mon, 6 Sep 2010 17:35:12 +0000 (+0300) Subject: The "start the predator's digestion" feature doesn't make too much sense now. We... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cb2a5850b27dc92c4304f5b1f89ce3ce2574d648;p=voretournament%2Fvoretournament.git The "start the predator's digestion" feature doesn't make too much sense now. We should probably add something else on secondary attack button for prey... --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 26f68af7..81cfdf6a 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -245,13 +245,6 @@ void Vore_StomachKick() self.stomachkick_delay = time + cvar("g_balance_vore_kick_delay"); } - - // start the predator's digestion - if(self.BUTTON_ATCK2) - { - centerprint(self.eater, strcat(self.netname, " has triggered your digestion")); - self.eater.digesting = TRUE; - } } .float gurglesound_finished, gurglesound_oldstomachload;