mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 06:33:49 +01:00
Fix TRP being listed as graftable
This commit is contained in:
parent
a7d980c2dd
commit
304151f910
@ -84,11 +84,13 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
|
||||
Certain <b>gangs</b>
|
||||
</li>
|
||||
)}
|
||||
{props.player.canAccessGrafting() && !props.aug.isSpecial && (
|
||||
<li>
|
||||
<b>Grafting</b>
|
||||
</li>
|
||||
)}
|
||||
{props.player.canAccessGrafting() &&
|
||||
!props.aug.isSpecial &&
|
||||
props.aug.name !== AugmentationNames.TheRedPill && (
|
||||
<li>
|
||||
<b>Grafting</b>
|
||||
</li>
|
||||
)}
|
||||
</ul>
|
||||
</Typography>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user