X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdamage.qc;h=ae83d45eea011d890b8b3fd0430866d2b17312ca;hb=b186e36be65d9d9c15f5aa496a7cff13ec487225;hp=fc8b83b5b6c8666a11efe0961ebe8af011cfcbfb;hpb=4989f9f6b084063ba3ad9565a9b3ade9b1033728;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/damage.qc b/qcsrc/client/damage.qc index fc8b83b5b..ae83d45ee 100644 --- a/qcsrc/client/damage.qc +++ b/qcsrc/client/damage.qc @@ -229,7 +229,7 @@ void Ent_DamageInfo(float isNew) sound(self, CH_SHOTS, "weapons/rocket_impact.wav", VOL_BASE, ATTN_MIN); pointparticles(particleeffectnum("explosion_big"), self.origin, w_backoff * 1000, 1); break; - + case DEATH_WAKIGUN: sound(self, CH_SHOTS, "weapons/laserimpact.wav", VOL_BASE, ATTN_NORM); pointparticles(particleeffectnum("wakizashi_gun_impact"), self.origin, w_backoff * 1000, 1); @@ -267,6 +267,10 @@ void Ent_DamageInfo(float isNew) sound(self, CH_SHOTS, "weapons/laserimpact.wav", VOL_BASE, ATTN_MIN); pointparticles(particleeffectnum("explosion_big"), self.origin, w_backoff * 1000, 1); break; + case DEATH_BUMB_GUN: + sound(self, CH_SHOTS, "weapons/fireball_impact2.wav", VOL_BASE, ATTN_NORM); + pointparticles(particleeffectnum("bigplasma_impact"), self.origin, w_backoff * 1000, 1); + break; } }