mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Merge pull request #13524 from KorPhaeron/heavy_weapon
Slowdown from inhand items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user