DblClick()
var/icon/I = new(usr.icon)
for(var/obj/E in usr.overlays)
E.icon = turn(E.icon,(90))
I.Turn(90)
usr.icon = I
Problem description:
Well we want it so when you double click a bomb it turns the mob and its overlays, since there are equip ables... We got it to turn the mobs icon but the overlays just aren't working, could anyone help me out? Of course this would happen four times.