From: MirceaKitsune Date: Fri, 3 Sep 2010 14:08:02 +0000 (+0300) Subject: Update comments X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5b39f8cee2d485aea0151675a2a8599a5e5c6354;p=voretournament%2Fvoretournament.git Update comments --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 860e3f79..183cf6fc 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -191,11 +191,11 @@ void Vore_Teamheal() .float stomachkick_delay; void Vore_StomachKick() { - // 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 + // 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 if(self.eater.classname != "player") return; - // kick the predator's stomach and do damage + // kick the predator's stomach and do damage, or escape if we are lucky if(self.BUTTON_ATCK) if(time > self.stomachkick_delay) {