Adds new cafe garden (take two) (#14430)

This commit is contained in:
Doc
2022-07-29 06:32:08 -05:00
committed by GitHub
parent afb4ea0685
commit ba31ea2d21
5 changed files with 496 additions and 227 deletions
+17 -1
View File
@@ -2,7 +2,7 @@
/obj/structure/flora/tree
name = "tree"
anchored = 1
density = 1
density = TRUE
pixel_x = -16
layer = 9
@@ -45,6 +45,22 @@
pixel_x = -32
icon = 'icons/obj/flora/jungletreesmall.dmi'
/obj/structure/flora/tree/jungle/small/patience
layer = 3
density = FALSE
icon_state = "patiencebottom"
/obj/structure/flora/tree/jungle/small/patience_top
pixel_y = -32
density = TRUE
icon_state = "patiencetop"
/obj/structure/flora/tree/jungle/small/patience/Initialize()
. = ..()
var/turf/T = get_step(src, NORTH)
if(T)
new /obj/structure/flora/tree/jungle/small/patience_top(T)
//Jungle grass
/obj/structure/flora/grass/jungle
name = "jungle grass"