From ad90da5c9ad961b4be3f7b67b42f8952a3b6bf2c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 22 Nov 2010 14:31:15 +0100 Subject: [PATCH] properly count minstanex damage --- qcsrc/server/w_minstanex.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/w_minstanex.qc b/qcsrc/server/w_minstanex.qc index 1c9f0bd70b..f1d9df9cbd 100644 --- a/qcsrc/server/w_minstanex.qc +++ b/qcsrc/server/w_minstanex.qc @@ -9,7 +9,7 @@ void W_MinstaNex_Attack (void) float flying; flying = IsFlying(self); // do this BEFORE to make the trace values from FireRailgunBullet last - W_SetupShot (self, TRUE, 0, "weapons/minstanexfire.wav", 0); + W_SetupShot (self, TRUE, 0, "weapons/minstanexfire.wav", 10000); yoda = 0; damage_goodhits = 0; -- 2.39.2