Renamed BN mult CorporationSoftCap to CorporationSoftcap

Replaced all instances of "CorporationSoftCap" in src/ with
"CorporationSoftcap". If files outside of src/ must be changed, I
do not know what those would be.
This commit is contained in:
Undeemiss
2022-05-09 14:45:19 -05:00
parent b46718d188
commit b00301f4e1
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ export interface IBitNodeMultipliers {
/**
* Influences corporation dividends.
*/
CorporationSoftCap: number;
CorporationSoftcap: number;
// Index signature
[key: string]: number;