From cda492c6ba681c2449dcd2f4acf87b1d51890272 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 9 May 2021 20:10:38 -0400 Subject: [PATCH] Removes the condition if they're knocked down --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 7dcd188b41..4365cc5ac4 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -2049,7 +2049,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names) else if(target.has_status_effect(STATUS_EFFECT_OFF_BALANCE)) if(target_held_item) if(shove_blocked) - if (targetatrest || target.buckled) + if (target.buckled) return else if(target.dropItemToGround(target_held_item)) target.visible_message("[target.name] drops \the [target_held_item]!!",