minor adjustments to where getNerufluxGenerator is after merge base

This commit is contained in:
phyzical 2022-03-30 19:13:44 +08:00
parent be24562d34
commit a4cd3ad38d
2 changed files with 2 additions and 3 deletions

@ -17,8 +17,7 @@ import {
import { dialogBoxCreate } from "../ui/React/DialogBox"; import { dialogBoxCreate } from "../ui/React/DialogBox";
import { InvitationEvent } from "./ui/InvitationModal"; import { InvitationEvent } from "./ui/InvitationModal";
import { FactionNames } from "./data/FactionNames"; import { FactionNames } from "./data/FactionNames";
import { updateAugmentationCosts } from "../Augmentation/AugmentationHelpers"; import { updateAugmentationCosts, getNextNeuroFluxLevel } from "../Augmentation/AugmentationHelpers";
import { getNextNeuroFluxLevel } from "../Augmentation/AugmentationCreator";
export function inviteToFaction(faction: Faction): void { export function inviteToFaction(faction: Faction): void {
Player.receiveInvite(faction.name); Player.receiveInvite(faction.name);

@ -22,7 +22,7 @@ import Tooltip from "@mui/material/Tooltip";
import Box from "@mui/material/Box"; import Box from "@mui/material/Box";
import { TableCell } from "../../ui/React/Table"; import { TableCell } from "../../ui/React/Table";
import TableRow from "@mui/material/TableRow"; import TableRow from "@mui/material/TableRow";
import { getNextNeuroFluxLevel } from "../../Augmentation/AugmentationCreator"; import { getNextNeuroFluxLevel } from "../../Augmentation/AugmentationHelpers";
interface IReqProps { interface IReqProps {
augName: string; augName: string;