mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
API: Rename BN multiplier RepToDonateToFaction to FavorToDonateToFaction (#2178)
This commit is contained in:
@@ -1687,7 +1687,7 @@ export const ns: InternalAPI<NSFull> = {
|
||||
return true;
|
||||
},
|
||||
getFavorToDonate: () => () => {
|
||||
return Math.floor(CONSTANTS.BaseFavorToDonate * currentNodeMults.RepToDonateToFaction);
|
||||
return Math.floor(CONSTANTS.BaseFavorToDonate * currentNodeMults.FavorToDonateToFaction);
|
||||
},
|
||||
getPlayer: () => () => {
|
||||
const data = {
|
||||
|
||||
Reference in New Issue
Block a user