Fixes Rocks sprites (#25443)

This commit is contained in:
KorPhaeron
2017-03-25 10:03:44 -03:00
committed by Leo
parent b88f8dac1c
commit 79296e902c
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -339,7 +339,7 @@
/obj/structure/flora/rock/jungle
icon_state = "pile of rocks"
desc = "A pile of rocks."
icon_state = "rocks"
icon_state = "rock"
icon = 'icons/obj/flora/jungleflora.dmi'
density = FALSE
@@ -380,6 +380,6 @@
pixel_x = -16
pixel_y = -16
/obj/structure/flora/rock/jungle/Initialize()
/obj/structure/flora/rock/pile/largejungle/Initialize()
..()
icon_state = "[initial(icon_state)][rand(1,3)]"