From 1cf3fa4c7a81704bd2b796854a9eaa139fc629af Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Fri, 17 Apr 2015 15:55:15 +0300 Subject: [PATCH] Fixes #8559 Device.dmi is where the sunflower icon is, this is targeting dev because it is ahead on master on this file. --- code/game/objects/items/toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index a39acac9c16..ddf9cc52c4a 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -440,7 +440,7 @@ /obj/item/toy/waterflower name = "water flower" desc = "A seemingly innocent sunflower...with a twist." - //icon = 'icons/obj/harvest.dmi' + icon = 'icons/obj/device.dmi' icon_state = "sunflower" item_state = "sunflower" var/empty = 0