This commit is contained in:
Olivier Gagnon 2021-10-07 14:49:40 -04:00
parent 8e5c10cc2f
commit 62bdfb1875
2 changed files with 4 additions and 2 deletions

@ -1,2 +1,4 @@
incentive for more threads incentive for more threads
boosters just multiply output, eg 20% * 1.5 = 30% boosters just multiply output, eg 20% * 1.5 = 30%
git remote add danielyxie git@github.com:danielyxie/bitburner.git

@ -751,7 +751,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
<Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography> <Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography>
</ListItemText> </ListItemText>
</ListItem> </ListItem>
{true && ( {process.env.NODE_ENV === "development" && (
<ListItem <ListItem
classes={{ root: classes.listitem }} classes={{ root: classes.listitem }}
button button