some code before I ran out of time at work

This commit is contained in:
Poojawa
2018-09-26 04:25:19 -05:00
parent 2f90217c60
commit a4810b6666
3 changed files with 23 additions and 2 deletions
+7 -2
View File
@@ -298,5 +298,10 @@
else
U.adjusted = DIGITIGRADE_STYLE
H.update_inv_w_uniform()
if(H.shoes && !swap_back)
H.dropItemToGround(H.shoes)
if(H.shoes)
var/obj/item/clothing/shoes/S = H.shoes
if(swap_back)
S.adjusted = NORMAL_STYLE
else
S.adjusted = DIGITIGRADE_STYLE
H.update_inv_w_uniform()