]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
A comment too
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 10:45:01 +0000 (13:45 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 10:45:01 +0000 (13:45 +0300)
data/qcsrc/server/bot/havocbot/vore_ai.qc

index 8a18c2e7823af3f91a2b5d63a3e13848a5b68ec6..51a3ed393989c7fafaf9df4b3cab0c93ffd59571 100644 (file)
@@ -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;