mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
notes
This commit is contained in:
parent
8e5c10cc2f
commit
62bdfb1875
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user