From a4cd3ad38d0bd87266985f4a6b77af4abf7338ee Mon Sep 17 00:00:00 2001 From: phyzical Date: Wed, 30 Mar 2022 19:13:44 +0800 Subject: [PATCH] minor adjustments to where getNerufluxGenerator is after merge base --- src/Faction/FactionHelpers.tsx | 3 +-- src/Faction/ui/PurchaseableAugmentation.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Faction/FactionHelpers.tsx b/src/Faction/FactionHelpers.tsx index 96e489c64..de6fc1e2b 100644 --- a/src/Faction/FactionHelpers.tsx +++ b/src/Faction/FactionHelpers.tsx @@ -17,8 +17,7 @@ import { import { dialogBoxCreate } from "../ui/React/DialogBox"; import { InvitationEvent } from "./ui/InvitationModal"; import { FactionNames } from "./data/FactionNames"; -import { updateAugmentationCosts } from "../Augmentation/AugmentationHelpers"; -import { getNextNeuroFluxLevel } from "../Augmentation/AugmentationCreator"; +import { updateAugmentationCosts, getNextNeuroFluxLevel } from "../Augmentation/AugmentationHelpers"; export function inviteToFaction(faction: Faction): void { Player.receiveInvite(faction.name); diff --git a/src/Faction/ui/PurchaseableAugmentation.tsx b/src/Faction/ui/PurchaseableAugmentation.tsx index 6cfe20bf7..1a5fa51de 100644 --- a/src/Faction/ui/PurchaseableAugmentation.tsx +++ b/src/Faction/ui/PurchaseableAugmentation.tsx @@ -22,7 +22,7 @@ import Tooltip from "@mui/material/Tooltip"; import Box from "@mui/material/Box"; import { TableCell } from "../../ui/React/Table"; import TableRow from "@mui/material/TableRow"; -import { getNextNeuroFluxLevel } from "../../Augmentation/AugmentationCreator"; +import { getNextNeuroFluxLevel } from "../../Augmentation/AugmentationHelpers"; interface IReqProps { augName: string;