mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Check isSpecial for exclusive aug tooltip
This commit is contained in:
@@ -128,12 +128,12 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
|
||||
<li>
|
||||
<b>{props.aug.factions[0]}</b> faction
|
||||
</li>
|
||||
{props.player.canAccessGang() && (
|
||||
{props.player.canAccessGang() && !props.aug.isSpecial && (
|
||||
<li>
|
||||
Certain <b>gangs</b>
|
||||
</li>
|
||||
)}
|
||||
{props.player.canAccessGrafting() && (
|
||||
{props.player.canAccessGrafting() && !props.aug.isSpecial && (
|
||||
<li>
|
||||
<b>Grafting</b>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user