X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fhlac.qc;fp=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fhlac.qc;h=18dde744003019106b11e8b46d373900bf6cefba;hp=e4db316af9dc49aa36444720cd97d3fd8cd5cc1f;hb=1723207cf6ba96a8cb9d3063f588d2df56c70c45;hpb=f8e1a6ccf8b7400d1041638bac1aef9a428a4142 diff --git a/qcsrc/common/weapons/weapon/hlac.qc b/qcsrc/common/weapons/weapon/hlac.qc index e4db316af..18dde7440 100644 --- a/qcsrc/common/weapons/weapon/hlac.qc +++ b/qcsrc/common/weapons/weapon/hlac.qc @@ -208,8 +208,7 @@ METHOD(HLAC, wr_killmessage, Notification(entity thiswep)) METHOD(HLAC, wr_impacteffect, void(entity thiswep, entity actor)) { - vector org2; - org2 = w_org + w_backoff * 6; + vector org2 = w_org + w_backoff * 2; pointparticles(EFFECT_BLASTER_IMPACT, org2, w_backoff * 1000, 1); if(!w_issilent) sound(actor, CH_SHOTS, SND_LASERIMPACT, VOL_BASE, ATTN_NORM);