mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
@@ -164,6 +164,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac
|
|||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
|
|
||||||
const aug = StaticAugmentations[props.augName];
|
const aug = StaticAugmentations[props.augName];
|
||||||
|
if (!aug) return <></>;
|
||||||
const augCosts = aug.getCost();
|
const augCosts = aug.getCost();
|
||||||
const cost = props.parent.sleeveAugs ? aug.baseCost : augCosts.moneyCost;
|
const cost = props.parent.sleeveAugs ? aug.baseCost : augCosts.moneyCost;
|
||||||
const repCost = augCosts.repCost;
|
const repCost = augCosts.repCost;
|
||||||
|
|||||||
Reference in New Issue
Block a user