mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
BUGFIX: Update GraftingWork.tsx (#1315)
Removed the purposeful structural typo as it was causing bug reports.
This commit is contained in:
parent
bf5c43daa2
commit
4b5e0b1f6a
@ -56,7 +56,7 @@ export class GraftingWork extends Work {
|
||||
dialogBoxCreate(
|
||||
<>
|
||||
You've finished grafting {augName}.<br />
|
||||
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."}
|
||||
</>,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user