]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_vortex.qc
Add rocketminsta, vampirehook & breakablehook mutators, also clear out some unused...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_vortex.qc
index d47cebde462504361bf615f0fcf20589f70e116c..3aa17e526d566f02734a72dd2d9cb7cbb753a35a 100644 (file)
@@ -327,7 +327,7 @@ bool W_Vortex(int req)
                {
                        vector org2;
                        org2 = w_org + w_backoff * 6;
-                       pointparticles(particleeffectnum("nex_impact"), org2, '0 0 0', 1);
+                       pointparticles(particleeffectnum(EFFECT_VORTEX_IMPACT), org2, '0 0 0', 1);
                        if(!w_issilent)
                                sound(self, CH_SHOTS, W_Sound("neximpact"), VOL_BASE, ATTN_NORM);