mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
CORPORATION: Use different term for dividend modifier instead of tax (#2237)
This commit is contained in:
@@ -215,5 +215,12 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
info: 'The "DreamSense" upgrade was removed. The cost of that upgrade was refunded.',
|
||||
showPopUp: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [{ name: "dividendTax", migration: { searchValue: "dividendTax", replaceValue: "tributeModifier" } }],
|
||||
info:
|
||||
"ns.corporation.getCorporation().dividendTax was removed.\n" +
|
||||
'It has been automatically replaced with "ns.corporation.getCorporation().tributeModifier".',
|
||||
showPopUp: false,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user