Fix C4 explosive residual effect (#22804)

# Summary

This PR fixes the residual visual effect after a C4 explosive detonated.
This commit is contained in:
FabianK3
2026-07-09 21:03:33 +00:00
committed by GitHub
parent 7a609f1ad7
commit 25d8b2e6ae
2 changed files with 9 additions and 0 deletions
@@ -133,6 +133,9 @@
else
target.ex_act(1)
var/obj/effect/plastic_explosive/effect = locate(/obj/effect/plastic_explosive) in get_turf(src)
if(effect)
qdel(effect)
qdel(src)
/obj/item/plastique/attack(mob/living/target_mob, mob/living/user, target_zone)