From: Samual Lenks Date: Mon, 23 Jul 2012 22:23:57 +0000 (-0400) Subject: Make the minstanex use the new blaster as well X-Git-Tag: xonotic-v0.8.0~152^2~408^2~45 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=ea27f27cd773dc93749c14e639f1bfd2f5544e6a;p=xonotic%2Fxonotic-data.pk3dir.git Make the minstanex use the new blaster as well --- diff --git a/qcsrc/server/w_minstanex.qc b/qcsrc/server/w_minstanex.qc index 1f1137e4b..57f4bcec0 100644 --- a/qcsrc/server/w_minstanex.qc +++ b/qcsrc/server/w_minstanex.qc @@ -223,7 +223,7 @@ float w_minstanex(float req) float w; w = self.weapon; self.weapon = WEP_LASER; - W_Laser_Attack(2); + W_Laser_Shockwave(); self.weapon = w; // now do normal refire