From: MirceaKitsune Date: Tue, 3 May 2011 13:16:04 +0000 (+0300) Subject: Fix a small bug with vore taunts introduced in my last commit X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e65c543400d161ad596f5c4450058ed1e60afd1a;p=voretournament%2Fvoretournament.git Fix a small bug with vore taunts introduced in my last commit --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 23fdeb77..f99de47b 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -271,6 +271,7 @@ void Vore_DeadPrey_Detach(entity e) e.fakepredator = world; e.fakeprey = TRUE; // keep fakeprey status + e.stat_eaten = 0; e.aiment = world; e.movetype = MOVETYPE_TOSS; }