U_I Phase 1.3: Previews are broken, so that's a thing

This commit is contained in:
Arokha Sieyes
2018-03-08 19:31:55 -05:00
parent 2f433c9ea9
commit 3be602dece
5 changed files with 12 additions and 17 deletions
@@ -25,7 +25,7 @@
//Some belts have sprites to show icons
/obj/item/weapon/storage/belt/make_worn_icon(var/body_type,var/slot_name,var/inhands,var/default_icon,var/default_layer = 0)
var/image/standing = ..()
if(contents.len)
if(!inhands && contents.len)
for(var/obj/item/i in contents)
var/i_state = i.item_state
if(!i_state) i_state = i.icon_state