]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
use crylink_impact again (which is a copy of crylink_impactbig currently, but keeping...
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 23 Mar 2011 06:17:14 +0000 (07:17 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 23 Mar 2011 06:17:14 +0000 (07:17 +0100)
qcsrc/server/w_crylink.qc

index 95a96344fedc8e0821e00af4efa992e74d861045..ef8dd8d163b85ec8ac4ca02a921f8352deb119c5 100644 (file)
@@ -643,7 +643,7 @@ float w_crylink(float req)
                org2 = w_org + w_backoff * 2;
                if(w_deathtype & HITTYPE_SECONDARY)
                {
-                       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.
+                       pointparticles(particleeffectnum("crylink_impact"), org2, '0 0 0', 1);
                        if(!w_issilent)
                                sound(self, CHAN_PROJECTILE, "weapons/crylink_impact2.wav", VOL_BASE, ATTN_NORM);
                }