Correct word in combat logging (#40381)

This commit is contained in:
Brett Williams
2018-09-22 21:11:29 -07:00
committed by Tad Hardesty
parent 7ba9a5e1d4
commit cbebd0aa9b
@@ -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)