From: MirceaKitsune Date: Mon, 11 Jul 2011 12:12:48 +0000 (+0300) Subject: Play the hit sound for predators X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a69fd960b7d3227233430f1547a62463a958b34d;p=voretournament%2Fvoretournament.git Play the hit sound for predators --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 8b82b697..db281b88 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -295,6 +295,7 @@ void Vore_Swallow(entity e) e.predator.stomach_load += 1; e.predator.regurgitate_prepare = 0; e.predator.spawnshieldtime = 0; // lose spawn shield when we vore + e.predator.hitsound += 1; // play this for team mates too, as we could be swallowing them to heal them Vore_WeightApply(e.predator); Vore_AutoDigest(e.predator);