mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes Sif forest turfs
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
name = "stack of sifgrass"
|
name = "stack of sifgrass"
|
||||||
type_to_spawn = /obj/item/stack/tile/grass/sif
|
type_to_spawn = /obj/item/stack/tile/grass/sif
|
||||||
|
|
||||||
|
//CHOMPedit, delete if this is added upstream.
|
||||||
|
/obj/fiftyspawner/grass/sif/forest
|
||||||
|
name = "stack of sifgrass"
|
||||||
|
type_to_spawn = /obj/item/stack/tile/grass/sif/forest
|
||||||
|
//CHOMPedit end
|
||||||
|
|
||||||
/obj/fiftyspawner/wood
|
/obj/fiftyspawner/wood
|
||||||
name = "stack of wood"
|
name = "stack of wood"
|
||||||
type_to_spawn = /obj/item/stack/tile/wood
|
type_to_spawn = /obj/item/stack/tile/wood
|
||||||
|
|||||||
@@ -52,6 +52,12 @@
|
|||||||
singular_name = "sivian grass floor tile"
|
singular_name = "sivian grass floor tile"
|
||||||
desc = "A patch of grass like those that decorate the plains of Sif."
|
desc = "A patch of grass like those that decorate the plains of Sif."
|
||||||
|
|
||||||
|
//CHOMPedit: remove if this gets added upstream
|
||||||
|
/obj/item/stack/tile/grass/sif/forest
|
||||||
|
name = "sivian overgrowth tile"
|
||||||
|
singular_name = "sivian overgrowth floor tile"
|
||||||
|
desc = "A patch of dark overgrowth like those that decorate the plains of Sif."
|
||||||
|
//CHOMPedit end
|
||||||
/*
|
/*
|
||||||
* Wood
|
* Wood
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -149,6 +149,17 @@ var/list/flooring_types
|
|||||||
build_type = /obj/item/stack/tile/grass/sif
|
build_type = /obj/item/stack/tile/grass/sif
|
||||||
has_base_range = 1
|
has_base_range = 1
|
||||||
|
|
||||||
|
//CHOMPedit: sif/forest decl. If this ends up upstream just accept the upstream version.
|
||||||
|
/decl/flooring/grass/sif/forest
|
||||||
|
name = "thick growth"
|
||||||
|
desc = "A natural moss that has adapted to the sheer cold climate."
|
||||||
|
flags = TURF_REMOVE_SHOVEL
|
||||||
|
icon = 'icons/turf/outdoors.dmi'
|
||||||
|
icon_base = "grass_sif_dark"
|
||||||
|
build_type = /obj/item/stack/tile/grass/sif/forest
|
||||||
|
has_base_range = 1
|
||||||
|
//CHOMPedit end
|
||||||
|
|
||||||
/decl/flooring/water
|
/decl/flooring/water
|
||||||
name = "water"
|
name = "water"
|
||||||
desc = "Water is wet, gosh, who knew!"
|
desc = "Water is wet, gosh, who knew!"
|
||||||
|
|||||||
Reference in New Issue
Block a user