]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Allow bots to swallow you even when gentle vore mutator is enabled
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Apr 2011 16:21:27 +0000 (19:21 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Apr 2011 16:21:27 +0000 (19:21 +0300)
data/qcsrc/server/bot/havocbot/vore_ai.qc

index f07ed3d084834c4ae97ad0a34122315857f37e8f..4bbd42112e0b88c94f028bd7ddfc85dde1752db2 100644 (file)
@@ -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