From 38bc4fdbb8df8fdab2818068cf8faa207a98bc5e Mon Sep 17 00:00:00 2001 From: alex-gh Date: Tue, 9 Oct 2018 13:39:40 +0200 Subject: [PATCH] You no longer scream and collapse non-stop when buckled into a chair without legs. --- code/modules/mob/living/carbon/human/human_organs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_organs.dm b/code/modules/mob/living/carbon/human/human_organs.dm index 5dcae16b87a..2c03e66bf8a 100644 --- a/code/modules/mob/living/carbon/human/human_organs.dm +++ b/code/modules/mob/living/carbon/human/human_organs.dm @@ -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"))