ID:2730615
 
Problem description:
The Baystation12 codebase of SS13 recently added a feature that makes wall mirrors reflect things by adding the turf in front of them to their vis_contents.
I'm attempting to modify the code to look more convincing, but to do so I would need to reverse the direction of the objects and mobs inside of vis_contents. That way, the reflected image of a north-facing person would use their south-facing directional icon.

I'm not quite sure how I could accomplish this (or if it's even possible) and I couldn't find any examples of vis_contents being used this way, so any help would be appreciated.
There isn't a way to auto-switch direction like that. Direction can be inherited but not inherited+turned.
That's unfortunate, but thanks for the reply.