X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fseeker.qc;fp=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fseeker.qc;h=7abb2a43c3f96e3e73df2db9ec6235ae2cdf4691;hb=dfbe194424c48f310c0bc891c058bce6b03e9212;hp=bf57fb9c1c5bf0e66efad77f3aa54415ec517354;hpb=efd282cf0e935bc54c17ad530a879c86c75a3a5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/seeker.qc b/qcsrc/common/weapons/weapon/seeker.qc index bf57fb9c1..7abb2a43c 100644 --- a/qcsrc/common/weapons/weapon/seeker.qc +++ b/qcsrc/common/weapons/weapon/seeker.qc @@ -635,8 +635,7 @@ METHOD(Seeker, wr_killmessage, Notification(entity thiswep)) METHOD(Seeker, wr_impacteffect, void(entity thiswep, entity actor)) { - vector org2; - org2 = w_org + w_backoff * 6; + vector org2 = w_org + w_backoff * 2; if(w_deathtype & HITTYPE_BOUNCE) { if(w_deathtype & HITTYPE_SECONDARY)