From fb08d4e30f3f36b92ab1cdd875f46fd8d109d91d Mon Sep 17 00:00:00 2001 From: c0 Date: Thu, 31 Mar 2016 08:16:20 +0300 Subject: [PATCH] rm --- code/_onclick/hud/human.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 743a5af6862..40bb0c2d7d0 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -139,7 +139,7 @@ inv_box.name = "back" inv_box.icon = ui_style inv_box.icon_state = "back" - inv_box.icon_full = "template_small" +// inv_box.icon_full = "template_small" inv_box.screen_loc = ui_back inv_box.slot_id = slot_back static_inventory += inv_box @@ -235,7 +235,7 @@ inv_box.name = "belt" inv_box.icon = ui_style inv_box.icon_state = "belt" - inv_box.icon_full = "template_small" +// inv_box.icon_full = "template_small" inv_box.screen_loc = ui_belt inv_box.slot_id = slot_belt static_inventory += inv_box