mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
IPVGO: Fix displayed maximum favor in tooltip to update with player bitnode status (#1143)
This commit is contained in:
parent
d2dd6916b1
commit
33af6685f8
@ -112,7 +112,7 @@ export const GoHistoryPage = (): React.ReactElement => {
|
||||
title={
|
||||
<>
|
||||
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
|
||||
</>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user