diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 55f14da1213..2f26b8f0fbe 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1142,7 +1142,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) if(target.health >= 0 && !(target.has_trait(TRAIT_FAKEDEATH))) target.help_shake_act(user) if(target != user) - log_combat(user, target, "shaked") + log_combat(user, target, "shaken") return 1 else var/we_breathe = !user.has_trait(TRAIT_NOBREATH)