From 24c6d8e876f967a5eebcf3c851edf022c0fa25cd Mon Sep 17 00:00:00 2001 From: c0 Date: Wed, 30 Mar 2016 03:27:28 +0300 Subject: [PATCH] feature -> refactor --- code/_onclick/hud/drones.dm | 4 ++-- code/_onclick/hud/human.dm | 24 ++++++++++++------------ code/_onclick/hud/monkey.dm | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/code/_onclick/hud/drones.dm b/code/_onclick/hud/drones.dm index 0ce20b2b47d..de79a28c5a2 100644 --- a/code/_onclick/hud/drones.dm +++ b/code/_onclick/hud/drones.dm @@ -34,7 +34,7 @@ inv_box.name = "internal storage" inv_box.icon = ui_style inv_box.icon_state = "suit_storage" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_drone_storage inv_box.slot_id = slot_drone_storage static_inventory += inv_box @@ -43,7 +43,7 @@ inv_box.name = "head/mask" inv_box.icon = ui_style inv_box.icon_state = "mask" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_drone_head inv_box.slot_id = slot_head static_inventory += inv_box diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 7389f5c946a..743a5af6862 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -76,7 +76,7 @@ inv_box.icon = ui_style inv_box.slot_id = slot_w_uniform inv_box.icon_state = "uniform" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_iclothing toggleable_inventory += inv_box @@ -85,7 +85,7 @@ inv_box.icon = ui_style inv_box.slot_id = slot_wear_suit inv_box.icon_state = "suit" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_oclothing toggleable_inventory += inv_box @@ -121,7 +121,7 @@ inv_box.name = "id" inv_box.icon = ui_style inv_box.icon_state = "id" - inv_box.icon_full = "template_small" +// inv_box.icon_full = "template_small" inv_box.screen_loc = ui_id inv_box.slot_id = slot_wear_id static_inventory += inv_box @@ -130,7 +130,7 @@ inv_box.name = "mask" inv_box.icon = ui_style inv_box.icon_state = "mask" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_mask inv_box.slot_id = slot_wear_mask toggleable_inventory += inv_box @@ -148,7 +148,7 @@ inv_box.name = "storage1" inv_box.icon = ui_style inv_box.icon_state = "pocket" - inv_box.icon_full = "template_small" +// inv_box.icon_full = "template_small" inv_box.screen_loc = ui_storage1 inv_box.slot_id = slot_l_store static_inventory += inv_box @@ -157,7 +157,7 @@ inv_box.name = "storage2" inv_box.icon = ui_style inv_box.icon_state = "pocket" - inv_box.icon_full = "template_small" +// inv_box.icon_full = "template_small" inv_box.screen_loc = ui_storage2 inv_box.slot_id = slot_r_store static_inventory += inv_box @@ -166,7 +166,7 @@ inv_box.name = "suit storage" inv_box.icon = ui_style inv_box.icon_state = "suit_storage" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_sstore1 inv_box.slot_id = slot_s_store static_inventory += inv_box @@ -190,7 +190,7 @@ inv_box.name = "gloves" inv_box.icon = ui_style inv_box.icon_state = "gloves" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_gloves inv_box.slot_id = slot_gloves toggleable_inventory += inv_box @@ -199,7 +199,7 @@ inv_box.name = "eyes" inv_box.icon = ui_style inv_box.icon_state = "glasses" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_glasses inv_box.slot_id = slot_glasses toggleable_inventory += inv_box @@ -208,7 +208,7 @@ inv_box.name = "ears" inv_box.icon = ui_style inv_box.icon_state = "ears" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_ears inv_box.slot_id = slot_ears toggleable_inventory += inv_box @@ -217,7 +217,7 @@ inv_box.name = "head" inv_box.icon = ui_style inv_box.icon_state = "head" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_head inv_box.slot_id = slot_head toggleable_inventory += inv_box @@ -226,7 +226,7 @@ inv_box.name = "shoes" inv_box.icon = ui_style inv_box.icon_state = "shoes" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_shoes inv_box.slot_id = slot_shoes toggleable_inventory += inv_box diff --git a/code/_onclick/hud/monkey.dm b/code/_onclick/hud/monkey.dm index 05c420b5ad5..b7d8437e02a 100644 --- a/code/_onclick/hud/monkey.dm +++ b/code/_onclick/hud/monkey.dm @@ -53,7 +53,7 @@ inv_box.name = "mask" inv_box.icon = ui_style inv_box.icon_state = "mask" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_monkey_mask inv_box.slot_id = slot_wear_mask static_inventory += inv_box @@ -62,7 +62,7 @@ inv_box.name = "head" inv_box.icon = ui_style inv_box.icon_state = "head" - inv_box.icon_full = "template" +// inv_box.icon_full = "template" inv_box.screen_loc = ui_monkey_head inv_box.slot_id = slot_head static_inventory += inv_box