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:
borisflagell 2022-05-23 17:31:28 +02:00
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();
}