mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 19:14:37 +01:00
IPVGO: Fix displayed maximum favor in tooltip to update with player bitnode status (#1143)
This commit is contained in:
committed by
GitHub
parent
d2dd6916b1
commit
33af6685f8
@ -112,7 +112,7 @@ export const GoHistoryPage = (): React.ReactElement => {
|
|||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
Win streaks against a faction will give you +1 favor to that faction <br />
|
Win streaks against a faction will give you +1 favor to that faction <br />
|
||||||
at certain numbers of wins (up to a max of 100 favor), <br />
|
at certain numbers of wins (up to a max of {getMaxFavor()} favor), <br />
|
||||||
if you are currently a member of that faction
|
if you are currently a member of that faction
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user