Skip to content

Commit

Permalink
Merge pull request #886 from skippi/fischl-fix
Browse files Browse the repository at this point in the history
fix fischl C4 naming convention
  • Loading branch information
imring authored Aug 31, 2022
2 parents 6d334fe + c159fae commit bcf8e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/characters/fischl/burst.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (c *char) Burst(p map[string]int) action.ActionInfo {
if c.Base.Cons >= 4 {
ai := combat.AttackInfo{
ActorIndex: c.Index,
Abil: "Midnight Phantasmagoria",
Abil: "Her Pilgrimage of Bleak (C4)",
AttackTag: combat.AttackTagElementalBurst,
ICDTag: combat.ICDTagElementalBurst,
ICDGroup: combat.ICDGroupFischl,
Expand All @@ -55,7 +55,7 @@ func (c *char) Burst(p map[string]int) action.ActionInfo {
c.Core.Player.Heal(player.HealInfo{
Caller: c.Index,
Target: c.Index,
Message: "Her Pilgrimage of Bleak",
Message: "Her Pilgrimage of Bleak (C4)",
Src: heal,
Bonus: c.Stat(attributes.Heal),
})
Expand Down

0 comments on commit bcf8e22

Please sign in to comment.