From: MirceaKitsune Date: Mon, 18 Apr 2011 16:21:27 +0000 (+0300) Subject: Allow bots to swallow you even when gentle vore mutator is enabled X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=87f590c39270368ac1e3bae00b24ce97c178bda8;p=voretournament%2Fvoretournament.git Allow bots to swallow you even when gentle vore mutator is enabled --- diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index f07ed3d0..4bbd4211 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -131,7 +131,7 @@ void Vore_AI() fear += self.stomach_load; // the bigger our stomach, the less we want to put someone else in there decide_pred_time = cvar("bot_ai_vore_decide_pred") / skill / self.bot_vorethinkpred; - if(time > self.decide_swallow && cvar("g_vore_digestion")) + if(time > self.decide_swallow) if(Swallow_condition_check_bot(prey)) { // the greater the skill, the higher the chance bots will swallow someone each attempt