From 95c6ced0ad9adb26038fb3aed1245db33ba4af09 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 3 Jul 2024 14:48:14 -0700 Subject: [PATCH] Makes restrained mobs carriable (#6556) ## About The Pull Request as title ## Why It's Good For The Game "you can't fireman carry someone who's handcuffed" - words of the utterly deranged ## Changelog :cl: fix: You can now fireman carry incapacitated people--you know, the ones fireman carry was designed for /:cl: --- code/datums/components/riding/mob/human.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/components/riding/mob/human.dm b/code/datums/components/riding/mob/human.dm index 1be0651bd92..55be88d074b 100644 --- a/code/datums/components/riding/mob/human.dm +++ b/code/datums/components/riding/mob/human.dm @@ -31,7 +31,6 @@ /datum/component/riding_handler/mob/human expected_typepath = /mob/living/carbon/human riding_handler_flags = CF_RIDING_HANDLER_EPHEMERAL - rider_check_flags = CF_RIDING_CHECK_INCAPACITATED ridden_check_flags = CF_RIDING_CHECK_INCAPACITATED | CF_RIDING_CHECK_LYING rider_offsets = list( list(0, 6, 1, null),