Skip to content

Commit

Permalink
Cypress trees
Browse files Browse the repository at this point in the history
  • Loading branch information
thingpony committed Jun 16, 2024
1 parent 2eb77a1 commit 541f463
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/fallout/turf/ground.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ GLOBAL_LIST_INIT(tree_plant_list, list(
/obj/structure/flora/tree/med_pine_dead = 7,
/obj/structure/flora/tree_stump = 5,
/obj/structure/flora/tree/african_acacia_dead = 5,
/obj/structure/flora/tree/cypress_tree = 5,
/obj/structure/flora/tree/rainforest_tree = 5,
/obj/structure/flora/tree/tall = 5,
/obj/structure/flora/tree/oak_one = 5,
/obj/structure/flora/tree/oak_two = 5,
Expand Down Expand Up @@ -435,10 +437,10 @@ GLOBAL_LIST_INIT(dust_spawn_list, list(
/obj/effect/decal/cleanable/dirt/dust = 90,
/obj/effect/decal/remains = 1,
/obj/effect/decal/cleanable/blood/drip = 1,
/obj/structure/bonfire/prelit = 1,
/obj/structure/bonfire/prelit = 1,
/obj/effect/decal/waste = 1,
/obj/structure/barricade/sandbags = 1,
/obj/item/shard = 1,
/obj/item/shard = 1,
/obj/effect/decal/cleanable/generic = 1,
/obj/effect/decal/cleanable/glass = 1,
/obj/structure/flora/grass/coyote/one = 1,
Expand Down
13 changes: 13 additions & 0 deletions modular_coyote/code/flora_coyote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,19 @@
icon_state = "pink_tree"
anchored = TRUE

/obj/structure/flora/tree/cypress_tree
name = "cypress tree"
icon = 'modular_coyote/icons/objects/trees.dmi'
icon_state = "cypress_tree"
anchored = TRUE

/obj/structure/flora/tree/rainforest_tree
name = "rainforest tree"
icon = 'modular_coyote/icons/objects/trees.dmi'
icon_state = "rainforest_tree"
anchored = TRUE



//flowers

Expand Down
Binary file added modular_coyote/icons/objects/cypress.dmi
Binary file not shown.

0 comments on commit 541f463

Please sign in to comment.