From b589d0df2966b6e91a0c28b35e046bdc1f98a14b Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:40:29 +0100 Subject: [PATCH] gorilla death (#21917) --- code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm b/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm index 4cea44879b9..3efddf12f41 100644 --- a/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm +++ b/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm @@ -59,6 +59,7 @@ desc = "Toggles between crawling and standing up." icon_icon = 'icons/mob/actions/actions_animal.dmi' button_icon_state = "gorilla_toggle" + check_flags = AB_CHECK_CONSCIOUS /datum/action/innate/gorilla/gorilla_toggle/Activate() . = ..()