From 3980c97d61484930da7e014849cdcd87599694d0 Mon Sep 17 00:00:00 2001 From: Artur <24881678+Arturlang@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:32:22 +0300 Subject: [PATCH] whoops wrong order --- code/modules/mob/living/life.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 6909100161..05c2267b47 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -66,10 +66,11 @@ //stuff in the stomach handle_stomach() - handle_traits() // eye, ear, brain damages handle_block_parry(seconds) + handle_traits() // eye, ear, brain damages + return TRUE /**