mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
Remove unnecessary check in corporation.unlock
This commit is contained in:
parent
eb46e4d156
commit
df98bcc748
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user