Fixes voxxy sprite bug! Yaya!

This commit is contained in:
Crazylemon64
2016-01-28 23:07:00 -08:00
parent a08571895f
commit b47b7063dc
@@ -330,6 +330,8 @@ var/global/list/damage_icon_parts = list()
stand_icon.Blend(base_icon,ICON_OVERLAY)
if(src.species.bodyflags & TAIL_OVERLAPPED) // If the user's species is flagged to have a tail that needs to be overlapped by limbs...
overlays_standing[LIMBS_LAYER] = image(stand_icon) // Diverts limbs to their own layer so they can overlay things (i.e. tails).
else
overlays_standing[LIMBS_LAYER] = null // So we don't get the old species' sprite splatted on top of the new one's
//Underwear
overlays_standing[UNDERWEAR_LAYER] = null