Enables Digitigrade jumpsuit wearing

This commit is contained in:
Poojawa
2018-09-27 05:08:39 -05:00
parent 4ed3ac7b3d
commit 70d969c5cf
14 changed files with 54 additions and 20 deletions
+2 -2
View File
@@ -294,9 +294,9 @@
var/obj/item/clothing/under/U = H.w_uniform
if(U.mutantrace_variation)
if(swap_back)
U.adjusted = NORMAL_STYLE
U.suit_style = NORMAL_SUIT_STYLE
else
U.adjusted = DIGITIGRADE_STYLE
U.suit_style = DIGITIGRADE_SUIT_STYLE
H.update_inv_w_uniform()
if(H.shoes && !swap_back)
H.dropItemToGround(H.shoes)