]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Update comments
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 14:08:02 +0000 (17:08 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 14:08:02 +0000 (17:08 +0300)
data/qcsrc/server/vore.qc

index 860e3f79bd4b53f4906cf05cf3dd1bc47809e748..183cf6fcf70e0c179f3d9ddbc44c089ab0a50aca 100644 (file)
@@ -191,11 +191,11 @@ void Vore_Teamheal()
 .float stomachkick_delay;\r
 void Vore_StomachKick()\r
 {\r
-       // allows prey to kick the predator's stomach and do some damage, or bring the predator's digestion upon their self when there's no other option\r
+       // allows prey to kick the predator's stomach and do some damage / attempt to escape, or bring the predator's digestion upon their self when there's no other option\r
        if(self.eater.classname != "player")\r
                return;\r
 \r
-       // kick the predator's stomach and do damage\r
+       // kick the predator's stomach and do damage, or escape if we are lucky\r
        if(self.BUTTON_ATCK)\r
        if(time > self.stomachkick_delay)\r
        {\r