adding int stat to sleeve overview and more stats overview (#1030)

This commit is contained in:
Caldwell
2024-01-14 22:34:48 +01:00
committed by GitHub
parent c5ca30d796
commit 2ac0470cea
2 changed files with 18 additions and 0 deletions
@@ -76,6 +76,13 @@ export function StatsElement(props: IProps): React.ReactElement {
color={Settings.theme.cha}
data={{ level: props.sleeve.skills.charisma, exp: props.sleeve.exp.charisma }}
/>
{(Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) && (
<StatsRow
name="Intelligence"
color={Settings.theme.int}
data={{ level: props.sleeve.skills.intelligence, exp: props.sleeve.exp.intelligence }}
/>
)}
<TableRow>
<TableCell classes={{ root: classes.cellNone }}>
<br />