This commit is contained in:
Kugamo
2022-06-21 12:01:51 +01:00
committed by GitHub
parent 521c371a68
commit 1176812962
@@ -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)
..()