mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-08 11:29:19 +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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user