Merge pull request #2498 from dcragusa/dev

Fix apostrophe typo
This commit is contained in:
hydroflame
2022-01-09 12:59:52 -05:00
committed by GitHub

View File

@ -134,7 +134,7 @@ export function purchaseAugmentation(aug: Augmentation, fac: Faction, sing = fal
dialogBoxCreate( dialogBoxCreate(
"You purchased " + "You purchased " +
aug.name + aug.name +
". It's enhancements will not take " + ". Its enhancements will not take " +
"effect until they are installed. To install your augmentations, go to the " + "effect until they are installed. To install your augmentations, go to the " +
"'Augmentations' tab on the left-hand navigation menu. Purchasing additional " + "'Augmentations' tab on the left-hand navigation menu. Purchasing additional " +
"augmentations will now be more expensive.", "augmentations will now be more expensive.",