]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
new lg beam, and use CHAN_WEAPON. However now the secondary stops the lightning fire...
authorFruitieX <rasse@rasse-lappy.localdomain>
Tue, 20 Jul 2010 00:36:06 +0000 (03:36 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Tue, 20 Jul 2010 00:36:06 +0000 (03:36 +0300)
particles/lgbeam.tga
qcsrc/server/w_electro.qc

index cb9a696265d2b85207a33e27a5e6e5d8d20877c3..331f2a8ed0e962b03ca300dc73ff609fb93abd2e 100644 (file)
Binary files a/particles/lgbeam.tga and b/particles/lgbeam.tga differ
index 2ee2b294557b5c989fd4a5839308065b04720d13..4eadbac21d523e1d23f9053ba6c815e2f9816e5a 100644 (file)
@@ -245,7 +245,7 @@ void W_Electro_Attack3 (void)
        // only play fire sound if 0.5 sec has passed since player let go the fire button
        if(time - self.prevlgfire > 0.5)
        {
-               sound (self, CHAN_PROJECTILE, "weapons/lgbeam_fire.wav", VOL_BASE, ATTN_NORM);
+               sound (self, CHAN_WEAPON, "weapons/lgbeam_fire.wav", VOL_BASE, ATTN_NORM);
        }
 
        entity beam, oldself;