ID:2619954
 
Applies to:
Status: Open

Issue hasn't been assigned a status value.
Images don't seem to sync to the icon_state of the mob/obj their loc is set to.

I would like to request that vis_flags work for images, so I can set the vis_flags of an image like so: VIS_INHERIT_ICON_STATE|VIS_INHERIT_DIR

This would allow me to show images to people using: src << image

While also having the image sync to icon_state like an overlay, where it currently does not, so far as I am aware.

vis_contents is not suitable here, because I do not want the 'overlay' to show for everyone.
vis_flags is only for vis_contents so it's not appropriate for images.