ID:166879
 
I want to apply a weapon icon to another icon as an overlay for every direction except NORTH. Is there a way to do this other than making seperate states/icons for NORTH? I'm figuring I can do something with icon.Insert(), but I'm kinda lost for an efficient way to do this. Any help would be appreciated, thanks.

Anyone have any suggestions on this?
just dont draw icon for north direction
In response to Ripiz
I still need the weapon to display even if the mob is facing north. I'm going to have varying sizes and shapes of mobs holding these weapons. Right now, I'm rebuilding the overlays list each time the mob moves. It's only 4 overlays, and it's not a really big deal, but it seems pretty inefficient.