X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fdamage.qc;h=9e90bee2240161c7293450712830d826fac63b53;hp=503b5e4b3ba61261dfbc2017f0d81437cdd66a82;hb=58b26c0a303456441dbb82e608213d2f86d695d8;hpb=ff656ea086d14c75baf49e2365f12a0cd8592715 diff --git a/qcsrc/client/damage.qc b/qcsrc/client/damage.qc index 503b5e4b3b..9e90bee224 100644 --- a/qcsrc/client/damage.qc +++ b/qcsrc/client/damage.qc @@ -291,16 +291,16 @@ void Ent_DamageInfo(float isNew) break; case WEP_FIREBALL: if(secondary) + { + // firemine goes out silently + } + else { org2 = org + backoff * 16; pointparticles(particleeffectnum("fireball_explode"), org2, '0 0 0', 1); if(!issilent) sound(self, CHAN_PROJECTILE, "weapons/fireball_impact2.wav", VOL_BASE, ATTN_NORM * 0.25); // long range boom } - else - { - // firemine goes out silently - } break; default: dprint("Unhandled damage of weapon ", ftos(hitwep), "\n");