From bb14d6f34d54926dee87d215f42b745650847a18 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 17 Apr 2011 03:18:31 +0300 Subject: [PATCH] TODO: make bots also know the amount of damage boost a melee attack can do --- data/qcsrc/server/bot/havocbot/vore_ai.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index f204d4c3..f07ed3d0 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -150,6 +150,7 @@ void Vore_AI() { // if the predator's health is smaller than the maximum damage a stomach kick can do, regurgitate the player(s) // otherwise the predator is putting himself at risk by keeping you inside + // TODO: make bots also know the amount of damage boost a melee attack can do if(self.health <= cvar("g_balance_vore_kick_damage_max")) self.BUTTON_REGURGITATE = TRUE; -- 2.39.2