]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/bot/havocbot/vore_ai.qc
Not the cvar names :P
[voretournament/voretournament.git] / data / qcsrc / server / bot / havocbot / vore_ai.qc
index a4735d3872033c0cb510fd92009534ead9dc643b..7536ccfab51b7079cec4968b2a29f018cb75ae8d 100644 (file)
@@ -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))