]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change the effect from crylink_impact to crylink_impactbig on the secondary of the...
authorSamual <samual@xonotic.org>
Mon, 21 Mar 2011 22:42:09 +0000 (18:42 -0400)
committerSamual <samual@xonotic.org>
Mon, 21 Mar 2011 22:42:09 +0000 (18:42 -0400)
qcsrc/server/w_crylink.qc

index 5f5037ceec0af2e3243fb9aecd2f48095bb2b3ba..c3d14fd4cf67cd9df9bb2418370ac33a5b4e9894 100644 (file)
@@ -642,7 +642,7 @@ float w_crylink(float req)
                org2 = w_org + w_backoff * 2;
                if(w_deathtype & HITTYPE_SECONDARY)
                {
-                       pointparticles(particleeffectnum("crylink_impact"), org2, '0 0 0', 1);
+                       pointparticles(particleeffectnum("crylink_impactbig"), org2, '0 0 0', 1); // because it looks too pathetic the other way. Maybe later expand this to do a special effect for secondary only.
                        if(!w_issilent)
                                sound(self, CHAN_PROJECTILE, "weapons/crylink_impact2.wav", VOL_BASE, ATTN_NORM);
                }