mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
IPVGO: Fix displayed mult to match the actual bonus of SF 14.1 (#1419)
This commit is contained in:
parent
847d45f4f4
commit
49668f10b2
@ -561,7 +561,7 @@ export function CharacterStats(): React.ReactElement {
|
||||
rows={[
|
||||
{
|
||||
mult: "IPvGO Node Power bonus",
|
||||
value: Player.sourceFileLvl(14) ? 1.25 * currentNodeMults.GoPower : currentNodeMults.GoPower,
|
||||
value: Player.sourceFileLvl(14) ? 2 * currentNodeMults.GoPower : currentNodeMults.GoPower,
|
||||
},
|
||||
{
|
||||
mult: "IPvGO Max Favor",
|
||||
|
Loading…
Reference in New Issue
Block a user