Hopefully fixes some bugs that came out of that merge.

This commit is contained in:
Neerti
2015-09-06 20:00:01 -04:00
parent a9dda6cf3f
commit bedeb1fdff
8 changed files with 11 additions and 16 deletions

View File

@@ -490,7 +490,7 @@
var/obj/item/stack/tile/floor/S = W
if (S.get_amount() < 1)
return
del(L)
qdel(L)
playsound(src, 'sound/weapons/Genhit.ogg', 50, 1)
ChangeTurf(/turf/simulated/floor/airless)
S.use(1)