This commit is contained in:
KorPhaeron
2015-12-09 10:33:48 -06:00
parent 53e29bcb87
commit 8f9791d3c4
@@ -862,9 +862,9 @@
. += H.shoes.slowdown
if(H.back)
. += H.back.slowdown
if(H.l_hand && !istype(l_hand, /obj/item/clothing))
if(H.l_hand && !istype(H.l_hand, /obj/item/clothing))
. += H.l_hand.slowdown
if(H.r_hand && !istype(r_hand, /obj/item/clothing))
if(H.r_hand && !istype(H.r_hand, /obj/item/clothing))
. += H.r_hand.slowdown
if((H.disabilities & FAT))