From 4b5e0b1f6a562e5f33b5bfa8dab4a6c64f30331a Mon Sep 17 00:00:00 2001 From: Sphyxis <148732459+Sphyxis@users.noreply.github.com> Date: Mon, 27 May 2024 16:22:31 -0600 Subject: [PATCH] BUGFIX: Update GraftingWork.tsx (#1315) Removed the purposeful structural typo as it was causing bug reports. --- src/Work/GraftingWork.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."} , );