Skip to content

Commit

Permalink
fixing issue #2525: Finale of the Deep use wrong conditional string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkwonh committed Nov 8, 2024
1 parent 12298ec commit 218e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gi/sheets/src/Weapons/Sword/FinaleOfTheDeep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const sheet: IWeaponSheet = {
header: headerTemplate(key, st('conditional')),
path: condAfterSkillPath,
value: condAfterSkill,
name: st('hitOp.skill'),
name: st('afterUse.skill'),
states: {
on: {
fields: [
Expand Down

0 comments on commit 218e259

Please sign in to comment.