From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Sun, 17 Apr 2011 00:18:31 +0000 (+0300)
Subject: TODO: make bots also know the amount of damage boost a melee attack can do
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bb14d6f34d54926dee87d215f42b745650847a18;p=voretournament%2Fvoretournament.git

TODO: make bots also know the amount of damage boost a melee attack can do
---

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;