mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Updated "next equipment unlock" text for gang equipment (#418)
This commit is contained in:
@@ -41,7 +41,7 @@ function NextReveal(props: INextRevealProps): React.ReactElement {
|
||||
if (upgrades.length === 0) return <></>;
|
||||
return (
|
||||
<Typography>
|
||||
Next at <Money money={upgrades[0].cost} />
|
||||
Next at <Money money={gang.getUpgradeCost(upgrades[0])} />
|
||||
</Typography>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user