mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
parent
969f3170f1
commit
01e7b2a6a9
@ -164,6 +164,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac
|
||||
const [open, setOpen] = useState(false);
|
||||
|
||||
const aug = StaticAugmentations[props.augName];
|
||||
if (!aug) return <></>;
|
||||
const augCosts = aug.getCost();
|
||||
const cost = props.parent.sleeveAugs ? aug.baseCost : augCosts.moneyCost;
|
||||
const repCost = augCosts.repCost;
|
||||
|
Loading…
Reference in New Issue
Block a user