Merge pull request #8504 from Atermonera/c420

C4 still explodes if the turf its placed upon changes
This commit is contained in:
Spookerton
2022-04-09 11:02:59 +01:00
committed by GitHub
3 changed files with 21 additions and 9 deletions
+2 -1
View File
@@ -31,4 +31,5 @@
/datum/wires/explosive/c4/explode()
var/obj/item/weapon/plastique/P = holder
P.explode(get_turf(P))
P.set_target(get_turf(P))
P.detonate()