mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 20:55:44 +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(
|
dialogBoxCreate(
|
||||||
<>
|
<>
|
||||||
You've finished grafting {augName}.<br />
|
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."}
|
{Player.hasAugmentation(AugmentationName.CongruityImplant, true) ? "." : ", but you feel a bit off."}
|
||||||
</>,
|
</>,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user