]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
TODO: make bots also know the amount of damage boost a melee attack can do
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 17 Apr 2011 00:18:31 +0000 (03:18 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 17 Apr 2011 00:18:31 +0000 (03:18 +0300)
data/qcsrc/server/bot/havocbot/vore_ai.qc

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