mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
INFILTRATION: Format damage in Intro UI (#1264)
This commit is contained in:
parent
8ebfcdb089
commit
52111f6e07
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user