mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
v0.32.0 - Added BitNode-8: Ghost of Wall Street
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ function displayFactionContent(factionName) {
|
||||
}
|
||||
|
||||
if (faction.isMember) {
|
||||
if (faction.favor >= 150) {
|
||||
if (faction.favor >= (150 * BitNodeMultipliers.RepToDonateToFaction)) {
|
||||
donateDiv.style.display = "inline";
|
||||
} else {
|
||||
donateDiv.style.display = "none";
|
||||
|
||||
Reference in New Issue
Block a user