Merge pull request #13515 from TankTheBirb/taurfix

taurs are no longer fat shamed by human_movement.dm
This commit is contained in:
Casey
2022-08-16 02:59:31 -04:00
committed by GitHub
@@ -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))