]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make the minstanex use the new blaster as well
authorSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 22:23:57 +0000 (18:23 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 22:23:57 +0000 (18:23 -0400)
qcsrc/server/w_minstanex.qc

index 1f1137e4b845b151321d1501c5dbdca9e325b2fd..57f4bcec097392fa783077d2d41c5b5a2da09c28 100644 (file)
@@ -223,7 +223,7 @@ float w_minstanex(float req)
                                float w;
                                w = self.weapon;
                                self.weapon = WEP_LASER;
                                float w;
                                w = self.weapon;
                                self.weapon = WEP_LASER;
-                               W_Laser_Attack(2);
+                               W_Laser_Shockwave();
                                self.weapon = w;
                                
                                // now do normal refire
                                self.weapon = w;
                                
                                // now do normal refire