mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
More fixes for flora because I'm terrible.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5109 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
//trees
|
||||||
/obj/structure/flora/tree
|
/obj/structure/flora/tree
|
||||||
name = "tree"
|
name = "tree"
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 1
|
||||||
pixel_x = -16
|
pixel_x = -16
|
||||||
|
layer = 9
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/flora/tree/pine
|
/obj/structure/flora/tree/pine
|
||||||
name = "pine tree"
|
name = "pine tree"
|
||||||
@@ -12,8 +15,8 @@
|
|||||||
/obj/structure/flora/tree/pine/New()
|
/obj/structure/flora/tree/pine/New()
|
||||||
icon_state = "pine_[rand(1, 3)]"
|
icon_state = "pine_[rand(1, 3)]"
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/flora/tree/dead
|
/obj/structure/flora/tree/dead
|
||||||
name = "pine tree"
|
|
||||||
icon = 'icons/obj/flora/deadtrees.dmi'
|
icon = 'icons/obj/flora/deadtrees.dmi'
|
||||||
icon_state = "tree_1"
|
icon_state = "tree_1"
|
||||||
|
|
||||||
@@ -21,9 +24,12 @@
|
|||||||
icon_state = "tree_[rand(1, 6)]"
|
icon_state = "tree_[rand(1, 6)]"
|
||||||
|
|
||||||
|
|
||||||
|
//grass
|
||||||
/obj/structure/flora/grass
|
/obj/structure/flora/grass
|
||||||
name = "grass"
|
name = "grass"
|
||||||
icon = 'icons/obj/flora/snowflora.dmi'
|
icon = 'icons/obj/flora/snowflora.dmi'
|
||||||
|
anchored = 1
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/flora/grass/brown
|
/obj/structure/flora/grass/brown
|
||||||
icon_state = "snowgrass1bb"
|
icon_state = "snowgrass1bb"
|
||||||
@@ -31,22 +37,27 @@
|
|||||||
/obj/structure/flora/grass/brown/New()
|
/obj/structure/flora/grass/brown/New()
|
||||||
icon_state = "snowgrass[rand(1, 3)]bb"
|
icon_state = "snowgrass[rand(1, 3)]bb"
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/flora/grass/green
|
/obj/structure/flora/grass/green
|
||||||
icon_state = "snowgrass1gb"
|
icon_state = "snowgrass1gb"
|
||||||
|
|
||||||
/obj/structure/flora/grass/green/New()
|
/obj/structure/flora/grass/green/New()
|
||||||
icon_state = "snowgrass[rand(1, 3)]gb"
|
icon_state = "snowgrass[rand(1, 3)]gb"
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/flora/grass/both
|
/obj/structure/flora/grass/both
|
||||||
icon_state = "snowgrassall1"
|
icon_state = "snowgrassall1"
|
||||||
|
|
||||||
/obj/structure/flora/grass/both/New()
|
/obj/structure/flora/grass/both/New()
|
||||||
icon_state = "snowgrassall[rand(1, 3)]"
|
icon_state = "snowgrassall[rand(1, 3)]"
|
||||||
|
|
||||||
|
|
||||||
|
//bushes
|
||||||
/obj/structure/flora/bush
|
/obj/structure/flora/bush
|
||||||
name = "bush"
|
name = "bush"
|
||||||
icon = 'icons/obj/flora/snowflora.dmi'
|
icon = 'icons/obj/flora/snowflora.dmi'
|
||||||
icon_state = "snowbush1"
|
icon_state = "snowbush1"
|
||||||
|
anchored = 1
|
||||||
|
|
||||||
/obj/structure/flora/bush/New()
|
/obj/structure/flora/bush/New()
|
||||||
icon_state = "snowbush[rand(1, 6)]"
|
icon_state = "snowbush[rand(1, 6)]"
|
||||||
|
|||||||
Reference in New Issue
Block a user