X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fminelayer.qc;h=d9fb3f8d06c53a814e5d6bd4b6acf67bd71cacdb;hb=4942d749e35fa3b5d5759d51bdae689492dd1c17;hp=b1ccb1b05bfd9656c4ce4438aeded71397b7463f;hpb=b797c4a2f024effefbbfcc9de4d2a39cb7ec79cb;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/minelayer.qc b/qcsrc/common/weapons/weapon/minelayer.qc index b1ccb1b05..d9fb3f8d0 100644 --- a/qcsrc/common/weapons/weapon/minelayer.qc +++ b/qcsrc/common/weapons/weapon/minelayer.qc @@ -494,8 +494,7 @@ METHOD(MineLayer, wr_killmessage, Notification(entity thiswep)) METHOD(MineLayer, wr_impacteffect, void(entity thiswep, entity actor)) { - vector org2; - org2 = w_org + w_backoff * 12; + vector org2 = w_org + w_backoff * 2; pointparticles(EFFECT_ROCKET_EXPLODE, org2, '0 0 0', 1); if(!w_issilent) sound(actor, CH_SHOTS, SND_MINE_EXP, VOL_BASE, ATTN_NORM);