moves boxing attack logs to the ALL preference

This commit is contained in:
Ty-Omaha
2018-10-12 23:28:04 -04:00
committed by GitHub
parent c2d6726168
commit 216f03ddca
+1 -1
View File
@@ -32,7 +32,7 @@
"<span class='userdanger'>[A] has hit [D] with a [atk_verb]!</span>")
D.apply_damage(damage, STAMINA, affecting, armor_block)
add_attack_logs(A, D, "Melee attacked with [src] (miss/block)", ATKLOG_ALL)
add_attack_logs(A, D, "Melee attacked with [src]", ATKLOG_ALL)
if(D.getStaminaLoss() > 50)
var/knockout_prob = D.getStaminaLoss() + rand(-15,15)
if((D.stat != DEAD) && prob(knockout_prob))