ID:172817
 
Im having problems trying to make an armor/weapon system, so that in the inventory it shows a different icon the overlay itself. Basically the inventory icon is a bigger, for detailed version. Help me plz.
You could do something along the lines of:

obj
items
var
overlay_icon
shirt
icon = 'shirt_big.dmi'
overlay_icon = 'shirt_small.dmi'


Then you can just do "usr.overlays += src.overlay_icon" when equipping the items.