CORPORATION: Use different term for dividend modifier instead of tax (#2237)

This commit is contained in:
catloversg
2025-07-12 02:55:46 +07:00
committed by GitHub
parent 3fc65a2de4
commit f182030385
15 changed files with 92 additions and 37 deletions
+7
View File
@@ -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,
},
],
};