race conditions and turfs beings special.

This commit is contained in:
Ghommie
2020-02-06 01:13:28 +01:00
parent ab06c23a2b
commit 233ed5873f
3 changed files with 8 additions and 6 deletions
@@ -82,8 +82,9 @@
/obj/item/implant/explosive/proc/boom_goes_the_weasel()
explosion(get_turf(imp_in ? imp_in : src), heavy, medium, weak, weak, flame_range = weak)
imp_in?.gib(TRUE)
qdel(src)
if(!QDELETED(imp_in))
imp_in.gib(TRUE)
qdel(src)
/obj/item/implant/explosive/macro
name = "macrobomb implant"