colony-1 could not be saved, unfortunately. RIP

This commit is contained in:
Neerti
2015-08-23 18:04:47 -04:00
parent 00fa623c9d
commit 7fab70767d
14 changed files with 11089 additions and 11163 deletions

View File

@@ -484,15 +484,15 @@
new /obj/structure/lattice(get_turf(src))
return
else if(istype(W, /obj/item/stack/tile/steel))
else if(istype(W, /obj/item/stack/tile/floor))
var/obj/structure/lattice/L = locate(/obj/structure/lattice, src)
if(L)
var/obj/item/stack/tile/steel/S = W
var/obj/item/stack/tile/floor/S = W
if (S.get_amount() < 1)
return
del(L)
playsound(src, 'sound/weapons/Genhit.ogg', 50, 1)
S.build(src)
ChangeTurf(/turf/simulated/floor/airless)
S.use(1)
return
else