mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
INFILTRATION: FIX#3720
On Infiltration's reward screen, when trading for rep : SoA reward are not longer given out when select "none" in the faction's dropdownmenu.
This commit is contained in:
parent
e4903f27f8
commit
ec0350984c
@ -44,8 +44,8 @@ export function Victory(props: IProps): React.ReactElement {
|
||||
}
|
||||
|
||||
function trade(): void {
|
||||
handleInfiltrators();
|
||||
if (faction === "none") return;
|
||||
handleInfiltrators();
|
||||
Factions[faction].playerReputation += repGain;
|
||||
quitInfiltration();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user