From f5a1ce0492e6d2e031fe46ef2d3158d71de68f92 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Mon, 26 Jun 2017 09:29:52 -0400 Subject: [PATCH] Uses the proper icon file --- code/game/objects/structures/flora.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index e4bbfcb3dfd..b4ea0610dfd 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -94,6 +94,7 @@ /obj/structure/flora/tree/jungle/small pixel_y = 0 pixel_x = -32 + icon = 'icons/obj/flora/jungletreesmall.dmi' //grass /obj/structure/flora/grass @@ -386,4 +387,4 @@ /obj/structure/flora/rock/pile/largejungle/Initialize() ..() - icon_state = "[initial(icon_state)][rand(1,3)]" \ No newline at end of file + icon_state = "[initial(icon_state)][rand(1,3)]"