Skip to content

Commit

Permalink
fix: #244
Browse files Browse the repository at this point in the history
Close #244
  • Loading branch information
wormtql committed Jan 28, 2023
1 parent 5f582e2 commit d6f0240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/character/characters/electro/dori.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl CharacterTrait for Dori {

if s == DoriDamageEnum::QHeal1 {
let mut builder = D::new();
builder.add_atk_ratio("技能倍率", ratio);
builder.add_hp_ratio("技能倍率", ratio);
builder.add_extra_damage("技能倍率", DORI_SKILL.q_heal1_fixed[s3]);
builder.heal(&context.attribute)
} else {
Expand Down

0 comments on commit d6f0240

Please sign in to comment.