INFILTRATION: Format damage in Intro UI (#1264)

This commit is contained in:
catloversg 2024-05-11 08:56:24 +07:00 committed by GitHub
parent 8ebfcdb089
commit 52111f6e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ export function Intro(props: IProps): React.ReactElement {
<b>HP: {`${formatHp(Player.hp.current)} / ${formatHp(Player.hp.max)}`}</b>
</Typography>
<Typography variant="h6">
<b>Lose {calculateDamageAfterFailingInfiltration(props.StartingDifficulty)} HP for each failure</b>
<b>Lose {formatHp(calculateDamageAfterFailingInfiltration(props.StartingDifficulty))} HP for each failure</b>
</Typography>
<Typography variant="h6">