[Combat] Implemented rule for live like Riposte mechanics (#1927)

* Live like Riposte

* [Combat] Implemented rule for live like Riposte mechanics

bot fix
This commit is contained in:
KayenEQ
2022-01-15 19:37:47 -05:00
committed by GitHub
parent 91aa950304
commit 5f482a9b30
4 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -4906,7 +4906,7 @@ bool Bot::Attack(Mob* other, int Hand, bool FromRiposte, bool IsStrikethrough, b
my_hit.tohit = GetTotalToHit(my_hit.skill, hit_chance_bonus);
DoAttack(other, my_hit, opts);
DoAttack(other, my_hit, opts, FromRiposte);
LogCombat("Final damage after all reductions: [{}]", my_hit.damage_done);
} else {