You no longer scream and collapse non-stop when buckled into a chair without legs.

This commit is contained in:
alex-gh
2018-10-09 13:39:40 +02:00
parent 534b2f8c06
commit 38bc4fdbb8
@@ -38,7 +38,7 @@
// Buckled to a bed/chair. Stance damage is forced to 0 since they're sitting on something solid
// Not standing, so no need to care about stance
if(istype(buckled, /obj/structure/stool/bed) || !isturf(loc))
if(istype(buckled, /obj/structure/chair) || !isturf(loc))
return
for(var/limb_tag in list("l_leg","r_leg","l_foot","r_foot"))