From 2676f53e9b4241e27d9064d1d57bae667fd37941 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Mon, 2 Sep 2019 22:48:42 +0200 Subject: [PATCH] Moved the admin shaked log to the actual waking up people --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 77365cc2105..21662714653 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -213,7 +213,6 @@ swap_hand() /mob/living/carbon/proc/help_shake_act(mob/living/carbon/M) - add_attack_logs(M, src, "Shaked", ATKLOG_ALL) if(health >= HEALTH_THRESHOLD_CRIT) if(src == M && ishuman(src)) check_self_for_injuries() @@ -222,6 +221,7 @@ M.visible_message("[M] shakes [src], but [p_they()] [p_do()] not respond. Probably suffering from SSD.", \ "You shake [src], but [p_theyre()] unresponsive. Probably suffering from SSD.") if(lying) // /vg/: For hugs. This is how update_icon figgers it out, anyway. - N3X15 + add_attack_logs(M, src, "Shaked", ATKLOG_ALL) if(ishuman(src)) var/mob/living/carbon/human/H = src if(H.w_uniform)