repaths plasteel tiles to iron (#56644)

Repaths plasteel tiles and turfs to iron. We're in too deep to back out now
This commit is contained in:
Fikou
2021-02-06 13:53:08 -08:00
committed by GitHub
parent 4584fade8c
commit f6dfc68360
138 changed files with 33863 additions and 33813 deletions
+2 -2
View File
@@ -115,8 +115,8 @@
/obj/structure/lattice/lava/attackby(obj/item/C, mob/user, params)
. = ..()
if(istype(C, /obj/item/stack/tile/plasteel))
var/obj/item/stack/tile/plasteel/P = C
if(istype(C, /obj/item/stack/tile/iron))
var/obj/item/stack/tile/iron/P = C
if(P.use(1))
to_chat(user, "<span class='notice'>You construct a floor plating, as lava settles around the rods.</span>")
playsound(src, 'sound/weapons/genhit.ogg', 50, TRUE)