Merge pull request #6259 from Heroman3003/flowerfix

Fixes ppflowers having no icon sometiems
This commit is contained in:
Anewbe
2019-07-03 12:09:11 -05:00
committed by GitHub
+1 -1
View File
@@ -122,7 +122,7 @@
/obj/structure/flora/ausbushes/ppflowers/New()
..()
icon_state = "ppflowers_[rand(1, 4)]"
icon_state = "ppflowers_[rand(1, 3)]"
/obj/structure/flora/ausbushes/sparsegrass
icon_state = "sparsegrass_1"