plating on sif

This commit is contained in:
Bib Bob
2023-03-08 18:48:28 -06:00
parent ba25f3c417
commit 6fed46173c

View File

@@ -151,6 +151,18 @@ var/list/flooring_types
build_type = /obj/item/stack/tile/grass/sif
has_base_range = 1
/turf/simulated/floor/outdoors/attackby(obj/item/C, mob/user)//CHOMPedit begin
if(istype(C, /obj/item/stack/tile/floor))
var/obj/item/stack/tile/floor/S = C
if (S.get_amount() < 1)
return
playsound(src, 'sound/weapons/Genhit.ogg', 50, 1)
ChangeTurf(/turf/simulated/floor)
S.use(1)
return
//CHOMPedit end
/decl/flooring/grass/sif/forest
name = "thick growth"
desc = "A natural moss that has adapted to the sheer cold climate."