]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Prevent recursive RadiusDamage call caused by barrels and nades 1466/head
authorotta8634 <k9wolf@pm.me>
Wed, 12 Feb 2025 10:07:43 +0000 (18:07 +0800)
committerotta8634 <k9wolf@pm.me>
Wed, 12 Feb 2025 10:07:43 +0000 (18:07 +0800)
commitb2e98825d8dd17e032956cae3eed31fb12a8e57b
treecae350c80bc067860562cf7e6819df5d9d64cf6e
parentbeeb8aba065704711b41828bbe79c518adfdeda0
Prevent recursive RadiusDamage call caused by barrels and nades

When exploding a barrel, any nearby nades that cause radius damage (e.g. the explosion of the normal nade, explosion of the monster nade, etc.) would also explode, in the same frame, thus calling RadiusDamage recursively.
Fixed this bug by delaying the nade's radius damage in the same way that radius damage of a weapon projectile (like mortar) is delayed when it's damaged & destroyed, with W_PrepareExplosionByDamage.
Bug discovered by myself, fix suggested by Mario, big thanks as always.
qcsrc/common/mutators/mutator/nades/sv_nades.qc