Finishes sprites, ensures proper equipping

Also blacklists customs that aren't in suit.dmi yet
This commit is contained in:
Poojawa
2018-10-07 04:56:22 -05:00
parent bfd3323a63
commit a05acf5c7e
8 changed files with 35 additions and 4 deletions
@@ -305,3 +305,10 @@
else
S.adjusted = ALT_STYLE
H.update_inv_shoes()
if(H.wear_suit)
var/obj/item/clothing/suit/S = H.wear_suit
if(swap_back)
S.adjusted = NORMAL_STYLE
else
S.adjusted = ALT_STYLE
H.update_inv_wear_suit()