diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index b02b29c2b72..d46b7e133f4 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -1126,7 +1126,7 @@ /obj/structure/flora/rock/volcano/Initialize(mapload) . = ..() - icon_state = "[base_icon_state]_[rand(1, 5)]" + icon_state = "[base_icon_state]_[rand(1, 4)]" update_appearance() /obj/structure/flora/rock/volcano/update_overlays() diff --git a/icons/obj/fluff/flora/rocks.dmi b/icons/obj/fluff/flora/rocks.dmi index 098f0b03fbb..c68ddaef7d0 100644 Binary files a/icons/obj/fluff/flora/rocks.dmi and b/icons/obj/fluff/flora/rocks.dmi differ