Merge pull request #2823 from Anewbe/boots_fix

Corrects magboots and the shoe toggle thing
This commit is contained in:
MagmaRam
2016-11-25 21:32:28 -06:00
committed by GitHub
3 changed files with 6 additions and 4 deletions
@@ -646,11 +646,12 @@ var/global/list/damage_icon_parts = list()
var/shoe_layer = SHOES_LAYER
if(istype(shoes, /obj/item/clothing/shoes))
var/obj/item/clothing/shoes/ushoes = shoes
if(ushoes.show_above_pants)
if(ushoes.shoes_under_pants == 1)
overlays_standing[SHOES_LAYER] = null
shoe_layer = SHOES_LAYER_ALT
else
overlays_standing[SHOES_LAYER_ALT] = null
shoe_layer = SHOES_LAYER
if(shoes.blood_DNA)
var/image/bloodsies = image("icon" = species.get_blood_mask(src), "icon_state" = "shoeblood")