mob
verb
testconcious()
var/icon/I = new(usr.icon)
var/icon/a = new(usr.overlays)
I.Turn(90)
a.Turn(90)
a = usr.overlays
I = usr.icon
Problem description:
I can get the user's icon to change, but the overlays won't change along with it. Is there any way to rotate the overlays without making a new icon state for the overlays?
I'm not completely positive, but pretty sure this is more appropriate: