From 955fafee11588a2ebd99979c794c27013cbe67b3 Mon Sep 17 00:00:00 2001 From: Linzolle Date: Sat, 24 Aug 2019 23:22:02 -0500 Subject: [PATCH] make it Work --- code/modules/mob/living/carbon/human/human.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 3213f923ff..29b7fe78c8 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -879,6 +879,7 @@ if(do_after(src, 50, TRUE, target)) //Second check to make sure they're still valid to be carried if(can_be_firemanned(target) && !incapacitated(FALSE, TRUE)) + target.resting = FALSE buckle_mob(target, TRUE, TRUE, 90, 1, 0) return visible_message("[src] fails to fireman carry [target]!")