]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix sticky electro orbs and mines being unhittable on DP master
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 15 Sep 2023 17:15:12 +0000 (03:15 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 15 Sep 2023 17:15:12 +0000 (03:15 +1000)
commitf3cb6bcbccd14720ba46888c078bc69107390c50
tree10f0373ad43b68d41d343e00fd20d0ad39ed9800
parent27ae40656181b9f772f4b92fca335059b65425e7
Fix sticky electro orbs and mines being unhittable on DP master

The moving projectiles are configured correctly but when they touch a
surface they're deleted and replaced with a sticky projectile.
Those weren't configured to be hittable directly, and weren't linked to
the area grid so findradius couldn't find them for splash damage.
qcsrc/common/weapons/weapon/electro.qc
qcsrc/common/weapons/weapon/minelayer.qc