mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
plating on sif
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user