mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-01 19:07:36 +01:00
Check isSpecial
for exclusive aug tooltip
This commit is contained in:
parent
de78060ff9
commit
4d1f5c657a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user