From a69fd960b7d3227233430f1547a62463a958b34d Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 11 Jul 2011 15:12:48 +0300 Subject: [PATCH] Play the hit sound for predators --- data/qcsrc/server/vore.qc | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2