From 1346e88e6bf64c98131f9df769b72efbf288fb35 Mon Sep 17 00:00:00 2001 From: TehZombehz Date: Tue, 13 Feb 2018 17:52:18 -0600 Subject: [PATCH] Fix for invisible heartboxes --- code/game/objects/items/storage/fancy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/fancy.dm b/code/game/objects/items/storage/fancy.dm index cb1e5e8177..1cf5162bbe 100644 --- a/code/game/objects/items/storage/fancy.dm +++ b/code/game/objects/items/storage/fancy.dm @@ -291,7 +291,7 @@ desc = "A heart-shaped box for holding tiny chocolates." icon = 'icons/obj/food/containers.dmi' icon_state = "heartbox" - icon_type = "chocolate" + icon_type = "heart" lefthand_file = 'icons/mob/inhands/misc/food_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/food_righthand.dmi' storage_slots = 8