mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
@@ -16,4 +16,11 @@
|
||||
name = "flesh"
|
||||
desc = "This slick flesh ripples and squishes under your touch"
|
||||
icon = 'icons/turf/stomach_vr.dmi'
|
||||
icon_base = "flesh_floor"
|
||||
icon_base = "flesh_floor"
|
||||
|
||||
/decl/flooring/grass/outdoors
|
||||
flags = TURF_REMOVE_SHOVEL
|
||||
|
||||
/decl/flooring/grass/outdoors/forest
|
||||
icon = 'icons/turf/outdoors.dmi'
|
||||
icon_base = "grass-dark"
|
||||
@@ -6,7 +6,7 @@ var/list/grass_types = list(
|
||||
name = "grass"
|
||||
icon_state = "grass0"
|
||||
edge_blending_priority = 4
|
||||
initial_flooring = /decl/flooring/grass
|
||||
initial_flooring = /decl/flooring/grass/outdoors // VOREStation Edit
|
||||
turf_layers = list(
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/turf/simulated/floor/outdoors/dirt
|
||||
@@ -81,6 +81,7 @@ var/list/grass_types = list(
|
||||
grass_chance = 80
|
||||
//tree_chance = 20
|
||||
edge_blending_priority = 5
|
||||
initial_flooring = /decl/flooring/grass/outdoors/forest // VOREStation Edit
|
||||
|
||||
/turf/simulated/floor/outdoors/grass/sif/forest
|
||||
name = "thick growth"
|
||||
@@ -94,3 +95,4 @@ var/list/grass_types = list(
|
||||
/obj/structure/flora/sif/eyes = 5,
|
||||
/obj/structure/flora/sif/tendrils = 30
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user