re-merge 3576

This commit is contained in:
Olivier Gagnon 2022-05-20 15:44:49 -04:00
parent 413dbfdf85
commit 3574f5df3f

@ -83,7 +83,7 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
<li>
<b>{props.aug.factions[0]}</b> faction
</li>
{props.player.canAccessGang() && !props.aug.isSpecial && (
{props.player.isAwareOfGang() && !props.aug.isSpecial && (
<li>
Certain <b>gangs</b>
</li>