Minor grafting tweaks around Congruity aug

This commit is contained in:
nickofolas
2022-04-09 09:24:14 -05:00
parent 758b0e1127
commit bf518836a5
3 changed files with 13 additions and 8 deletions
@@ -130,9 +130,13 @@ export const GraftingRoot = (): React.ReactElement => {
<>
Cancelling grafting will <b>not</b> save grafting progress, and the money you spend will <b>not</b>{" "}
be returned.
<br />
<br />
Additionally, grafting an Augmentation will increase the potency of the Entropy virus.
{!player.hasAugmentation(AugmentationNames.CongruityImplant) && (
<>
<br />
<br />
Additionally, grafting an Augmentation will increase the potency of the Entropy virus.
</>
)}
</>
}
/>