New plant decorations

This commit is contained in:
ZomgPonies
2013-11-02 00:33:09 -04:00
parent 1368fb3bfb
commit 8b9583b786
4 changed files with 11153 additions and 11131 deletions
+17 -1
View File
@@ -188,4 +188,20 @@
/obj/structure/flora/ausbushes/fullgrass/New()
..()
icon_state = "fullgrass_[rand(1, 3)]"
icon_state = "fullgrass_[rand(1, 3)]"
/obj/structure/flora/kirbyplants
name = "Potted plant"
icon = 'icons/obj/flora/plants.dmi'
icon_state = "plant-1"
anchored = 0
/obj/structure/flora/kirbyplants/New()
..()
icon_state = "plant-[rand(1,25)]"
/obj/structure/flora/kirbyplants/dead
name = "RD's potted plant"
desc = "A gift from the botanical staff, presented after the RD's reassignment. There's a tag on it that says \"Y'all come back now, y'hear?\"\nIt doesn't look very healthy..."
icon_state = "plant-25"