From d7d37dc7a494185cb0261fd1854a40af40a7d0e2 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 4 Oct 2010 13:45:01 +0300 Subject: [PATCH] A comment too --- data/qcsrc/server/bot/havocbot/vore_ai.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index 8a18c2e7..51a3ed39 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -5,7 +5,7 @@ float Swallow_condition_check_bot(entity prey) // checks the necessary conditions for a bot to swallow a player if(Swallow_condition_check(prey)) // check the normal conditions of the vore system - if(time >= prey.spawnshieldtime) + if(time >= prey.spawnshieldtime) // spawn shield means you are invincible if not(prey.BUTTON_CHAT) // don't eat players who are chatting if(self.health > cvar("g_balance_vore_kick_damage_max")) // explained below return TRUE; -- 2.39.2