mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
U_I Phase 1.3: Previews are broken, so that's a thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user