mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
saving timebomb
This commit is contained in:
@@ -54,7 +54,7 @@ export function buyDarkwebItem(itemName: string): void {
|
||||
}
|
||||
|
||||
// return if the player doesn't have enough money
|
||||
if (Player.money.lt(item.price)) {
|
||||
if (Player.money < item.price) {
|
||||
Terminal.error("Not enough money to purchase " + item.program);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user