mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Merge pull request #13515 from TankTheBirb/taurfix
taurs are no longer fat shamed by human_movement.dm
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(H.size_multiplier > L.size_multiplier)
|
||||
. += 1
|
||||
if(H.weight > L.weight)
|
||||
. += 1
|
||||
//if(H.weight > L.weight) weight should not have mechanical impact
|
||||
//. += 1
|
||||
//VOREstation end
|
||||
|
||||
if(istype(buckled, /obj/structure/bed/chair/wheelchair))
|
||||
|
||||
Reference in New Issue
Block a user