From: Rudolf Polzer Date: Mon, 22 Nov 2010 13:31:15 +0000 (+0100) Subject: properly count minstanex damage X-Git-Tag: xonotic-v0.1.0preview~109^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad90da5c9ad961b4be3f7b67b42f8952a3b6bf2c;p=xonotic%2Fxonotic-data.pk3dir.git properly count minstanex damage --- diff --git a/qcsrc/server/w_minstanex.qc b/qcsrc/server/w_minstanex.qc index 1c9f0bd70..f1d9df9cb 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;