Skip to content

Commit 0b07270

Browse files
authored
fix: Update ThusBurnsTheDawn.ts (#1435)
1 parent 1d25cb5 commit 0b07270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/conditionals/lightcone/5star/ThusBurnsTheDawn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default (s: SuperImpositionLevel, withContent: boolean): LightConeConditi
3737
id: 'dmgBuff',
3838
formItem: 'switch',
3939
text: t('dmgBuff.text'),
40-
content: t('dmgBuff.content', { DmgBuff: TsUtils.precisionRound(100 * sValuesDefPen[s]) }),
40+
content: t('dmgBuff.content', { DmgBuff: TsUtils.precisionRound(100 * sValuesDmgBuff[s]) }),
4141
},
4242
}
4343

0 commit comments

Comments
 (0)