.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