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