From 47cd347f0525f465f36c46bfe790bb9b70f4a8b2 Mon Sep 17 00:00:00 2001 From: Colfer1 Date: Tue, 26 Mar 2024 12:42:31 -0500 Subject: [PATCH] Buffs carrying a little more --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 90658b7f20..ca3b1a656c 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1405,7 +1405,7 @@ GLOBAL_VAR_INIT(crotch_call_cooldown, 0) else buckle_mob(target, TRUE, TRUE, FALSE, 0, 1, FALSE)*/ else - buckle_mob(target, TRUE, TRUE, FALSE, 0, 1, FALSE) + buckle_mob(target, TRUE, TRUE, FALSE, 0, 0, FALSE) else visible_message(span_warning("[target] fails to climb onto [src]!")) else