ID:2255709
 
(See the best response by Kaiochao.)
Problem description:
I want an object to look exactly like a particular mob: however the mob has a couple overlays on it, and has has its Color changed as well.

Is there a way to copy the appearance of a mob? Or do I need to "rebuild" the icon by copying the icon file and icon_state, add the overlays, and redo the Color change?
Best response
an_object.appearance = a_particular_mob
Ah, I believe this came out whilst I was "away" from BYOND. Cheers Kaiochao!
Weirdly, the overlays aren't showing up. I'm using this object as a HUD item, but overlays should be in FLOAT_LAYER so it shouldn't matter that I'm changing the layer of the object, should it?
In response to Ease
No, it shouldn't. Maybe try copying the mob's appearance instead of the mob itself.

an_object.appearance = a_particular_mob.appearance
I did. The problem was I had manually set the overlays to a low layer. I am not a smart person.