API: Rename BN multiplier RepToDonateToFaction to FavorToDonateToFaction (#2178)

This commit is contained in:
catloversg
2025-06-03 15:21:59 +07:00
committed by GitHub
parent bdc08cf992
commit 2cabb98095
11 changed files with 28 additions and 16 deletions

View File

@@ -746,7 +746,7 @@ interface BitNodeMultipliers {
/** Influences the maximum allowed RAM for a purchased server */
PurchasedServerMaxRam: number;
/** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */
RepToDonateToFaction: number;
FavorToDonateToFaction: number;
/** Influences how much money is stolen from a server when the player performs a hack against it. */
ScriptHackMoney: number;
/**