From 117681296255f8466eafb3fae38e7c55f93afe30 Mon Sep 17 00:00:00 2001 From: Kugamo Date: Tue, 21 Jun 2022 06:01:51 -0500 Subject: [PATCH] 3863168 (#18026) --- code/modules/mob/living/simple_animal/friendly/bunny.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/bunny.dm b/code/modules/mob/living/simple_animal/friendly/bunny.dm index a297f526ade..5eff34f3344 100644 --- a/code/modules/mob/living/simple_animal/friendly/bunny.dm +++ b/code/modules/mob/living/simple_animal/friendly/bunny.dm @@ -29,5 +29,5 @@ /mob/living/simple_animal/bunny/attack_hand(mob/living/carbon/human/M) if(M.a_intent == INTENT_HELP) - get_scooped(M) + get_scooped(M, TRUE) ..()