mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Correct word in combat logging (#40381)
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user