This commit is contained in:
Chris
2014-10-26 23:54:47 -05:00
parent 36457cb50d
commit 41b0ce9267

View File

@@ -36,7 +36,9 @@ var/global/list/valid_abandoned_crate_types = typesof(/obj/structure/closet/crat
user << "<span class='danger'>The crate's anti-tamper system activates!</span>"
var/turf/T = get_turf(src.loc)
explosion(T, 0, 0, 0, 1)
del(src)
for(var/item in contents)
qdel(item)
qdel(src)
return
else
user << "<span class='notice'>You attempt to interact with the device using a hand gesture, but it appears this crate is from before the DECANECT came out.</span>"