No more screaming clones

This commit is contained in:
Crazylemon64
2017-05-01 05:34:13 -07:00
parent 8a065238e8
commit 2e59984ae9
@@ -65,7 +65,8 @@
stance_damage = 0
// Buckled to a bed/chair. Stance damage is forced to 0 since they're sitting on something solid
if(istype(buckled, /obj/structure/stool/bed))
// Not standing, so no need to care about stance
if(istype(buckled, /obj/structure/stool/bed) || !isturf(loc))
return
for(var/limb_tag in list("l_leg","r_leg","l_foot","r_foot"))