INFILTRATION: FIX#3720 SoA reputation exploit on Infiltration/Victory screen
This commit is contained in:
hydroflame 2022-05-23 12:16:25 -04:00 committed by GitHub
commit f2d9eb8c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();
}