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

View File

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