diff --git a/src/Corporation/Corporation.tsx b/src/Corporation/Corporation.tsx index eae2692a5..e493ccf31 100644 --- a/src/Corporation/Corporation.tsx +++ b/src/Corporation/Corporation.tsx @@ -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