change rep cost for stanek augments

This commit is contained in:
Olivier Gagnon 2021-10-17 00:51:43 -04:00
parent 75b3d9b126
commit 79dd27d22f
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -2412,7 +2412,7 @@ function initAugmentations(): void {
const StaneksGift2 = new Augmentation({
name: AugmentationNames.StaneksGift2,
repCost: 1000,
repCost: 1e5,
moneyCost: 0,
info:
'TODO, something about Mother being bullshit and you get more control over her "gift"<br><br>' +
@ -2452,7 +2452,7 @@ function initAugmentations(): void {
const StaneksGift3 = new Augmentation({
name: AugmentationNames.StaneksGift3,
repCost: 10000,
repCost: 1e7,
moneyCost: 0,
info:
"TODO, learn more about Allisons scheme, gain full control over the gift.<br><br>" +
@ -2492,7 +2492,7 @@ function initAugmentations(): void {
const StaneksGiftAscension4 = new Augmentation({
name: AugmentationNames.StaneksGift4,
repCost: 500000000,
repCost: 1e9,
moneyCost: 0,
info:
"Allow Allison to install an Ascension port in her Gift. Allowing you to connect with the Machine God.<br><br>" +

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