C4 still explodes if the turf its placed upon changes

This commit is contained in:
atermonera
2022-04-02 19:13:04 -08:00
parent 614dbac882
commit 56a8fd834e
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -31,4 +31,4 @@
/datum/wires/explosive/c4/explode()
var/obj/item/weapon/plastique/P = holder
P.explode(get_turf(P))
P.detonate(get_turf(P))