From: MirceaKitsune Date: Thu, 9 Sep 2010 15:29:18 +0000 (+0300) Subject: Not the cvar names :P X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6ed9d48c9629441a204836754e6843744475d19a;p=voretournament%2Fvoretournament.git Not the cvar names :P --- diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index a4735d38..7536ccfa 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -110,8 +110,8 @@ void Vore_AI() randomtry_pred /= cvar("bot_ai_vore_fear") * self.bot_vorefear; if(prey.items & IT_INVINCIBLE) // avoid eating bots that have the Invincible powerup randomtry_pred /= cvar("bot_ai_vore_fear") * self.bot_vorefear; - decide_pred_time = cvar("bot_ai_vore_decide_pred_time") / (skill * 2 + 1) / self.bot_vorethink; - decide_prey_time = cvar("bot_ai_vore_decide_prey_time") / (skill * 2 + 1) / self.bot_vorethink; + decide_pred_time = cvar("bot_ai_vore_decide_pred") / (skill * 2 + 1) / self.bot_vorethink; + decide_prey_time = cvar("bot_ai_vore_decide_prey") / (skill * 2 + 1) / self.bot_vorethink; if(time > self.decide_swallow) if(Swallow_condition_check_bot(prey))