mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 05:17:04 +02:00
track money more precisely.
This commit is contained in:
@@ -53,7 +53,7 @@ export function CovenantSleeveMemoryUpgrade(props: IProps): React.ReactElement {
|
||||
const cost = getPurchaseCost();
|
||||
if (props.p.canAfford(cost)) {
|
||||
props.sleeve.upgradeMemory(amt);
|
||||
props.p.loseMoney(cost);
|
||||
props.p.loseMoney(cost, "sleeves");
|
||||
props.rerender();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user