Merge pull request #2501 from Fox-McCloud/plants

Adds Additional Plant Sprites
This commit is contained in:
TheDZD
2015-11-09 20:16:00 -05:00
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -200,12 +200,14 @@
/obj/structure/flora/kirbyplants/New()
..()
icon_state = "plant-[rand(1,25)]"
icon_state = "plant-[rand(1,35)]"
if(prob(1))
icon_state = "plant-36"
/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"
icon_state = "plant-dead"
//a rock is flora according to where the icon file is
//and now these defines
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 34 KiB