Merge pull request #13524 from KorPhaeron/heavy_weapon

Slowdown from inhand items
This commit is contained in:
Cheridan
2015-12-12 18:17:47 -06:00
@@ -870,6 +870,10 @@
. += H.shoes.slowdown
if(H.back)
. += H.back.slowdown
if(H.l_hand)
. += H.l_hand.slowdown
if(H.r_hand)
. += H.r_hand.slowdown
if((H.disabilities & FAT))
. += 1.5