mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user