From d9efea0fe60e07b7f4e1ba685541034927c3049e Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Sat, 8 Jun 2024 03:24:19 +0700 Subject: [PATCH] SLEEVES: Clarify augmentation condition (#1369) --- src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx b/src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx index f6254eb6b..0b1e13aa2 100644 --- a/src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx +++ b/src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx @@ -27,12 +27,13 @@ export function SleeveAugmentationsModal(props: IProps): React.ReactElement { - You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they - would for you. You can only purchase Augmentations that you have unlocked through Factions. + You can purchase augmentations for your Sleeves. These augmentations have the same effect as they would for + you. You can only purchase augmentations that you unlocked through factions. If an augmentation is useless for + Sleeves, it will not be available. Sleeves can install an augmentation without its prerequisites.

- When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the - Duplicate Sleeve will immediately lose all of its stat experience. + When purchasing an augmentation for a Sleeve, it is immediately installed. This means that the Sleeve will + immediately lose all of its stat experience.

Augmentations will appear below as they become available.