mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
API: Rename BN multiplier RepToDonateToFaction to FavorToDonateToFaction (#2178)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user