mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Remove unnecessary check in corporation.unlock
This commit is contained in:
@@ -281,9 +281,7 @@ export class Corporation {
|
||||
this.funds = this.funds - price;
|
||||
|
||||
// Apply effects for one-time upgrades
|
||||
if (upgN === 5 || upgN === 6) {
|
||||
this.updateDividendTax();
|
||||
}
|
||||
this.updateDividendTax();
|
||||
}
|
||||
|
||||
//Levelable upgrades
|
||||
|
||||
Reference in New Issue
Block a user