]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix a small bug with vore taunts introduced in my last commit
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 3 May 2011 13:16:04 +0000 (16:16 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 3 May 2011 13:16:04 +0000 (16:16 +0300)
data/qcsrc/server/vore.qc

index 23fdeb77cc62090550ac7f709eb1ed7da5a63666..f99de47bd7447339b49e206cb989c4957e7e2243 100644 (file)
@@ -271,6 +271,7 @@ void Vore_DeadPrey_Detach(entity e)
 \r
        e.fakepredator = world;\r
        e.fakeprey = TRUE; // keep fakeprey status\r
 \r
        e.fakepredator = world;\r
        e.fakeprey = TRUE; // keep fakeprey status\r
+       e.stat_eaten = 0;\r
        e.aiment = world;\r
        e.movetype = MOVETYPE_TOSS;\r
 }\r
        e.aiment = world;\r
        e.movetype = MOVETYPE_TOSS;\r
 }\r