mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Adds new cafe garden (take two) (#14430)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user