From 7c9a1725101f5a3905ea9acdf0a6be8396b4ab66 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 31 Mar 2015 11:42:33 -0400 Subject: [PATCH] actually use the inventory image for towel rod --- homedecor/bathroom_furniture.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/homedecor/bathroom_furniture.lua b/homedecor/bathroom_furniture.lua index b844dbbd..e1167278 100644 --- a/homedecor/bathroom_furniture.lua +++ b/homedecor/bathroom_furniture.lua @@ -42,6 +42,7 @@ homedecor.register("towel_rod", { "homedecor_generic_terrycloth.png", "default_wood.png", }, + inventory_image = "homedecor_towel_rod_inv.png", selection_box = tr_cbox, collision_box = tr_cbox, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3},