diff --git a/src/Work/GraftingWork.tsx b/src/Work/GraftingWork.tsx index 260a4c561..cd2f8eea9 100644 --- a/src/Work/GraftingWork.tsx +++ b/src/Work/GraftingWork.tsx @@ -56,7 +56,7 @@ export class GraftingWork extends Work { dialogBoxCreate( <> You've finished grafting {augName}.
- The augmentation has been applied to your body{" "} + The augmentation has been applied to your body {Player.hasAugmentation(AugmentationName.CongruityImplant, true) ? "." : ", but you feel a bit off."} , );