mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
Fix hacknet level base cost constant
This commit is contained in:
@@ -2,7 +2,7 @@ export const HacknetNodeConstants = {
|
||||
MoneyGainPerLevel: 1.5,
|
||||
|
||||
BaseCost: 1000,
|
||||
LevelBaseCost: 1,
|
||||
LevelBaseCost: 500,
|
||||
RamBaseCost: 30e3,
|
||||
CoreBaseCost: 500e3,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user