mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 06:02:26 +01:00
SLEEVES: Clarify augmentation condition (#1369)
This commit is contained in:
parent
70383d9085
commit
d9efea0fe6
@ -27,12 +27,13 @@ export function SleeveAugmentationsModal(props: IProps): React.ReactElement {
|
|||||||
<Modal open={props.open} onClose={props.onClose}>
|
<Modal open={props.open} onClose={props.onClose}>
|
||||||
<Container component={Paper} disableGutters maxWidth="lg" sx={{ mx: 0, mb: 1, p: 1 }}>
|
<Container component={Paper} disableGutters maxWidth="lg" sx={{ mx: 0, mb: 1, p: 1 }}>
|
||||||
<Typography>
|
<Typography>
|
||||||
You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they
|
You can purchase augmentations for your Sleeves. These augmentations have the same effect as they would for
|
||||||
would for you. You can only purchase Augmentations that you have unlocked through Factions.
|
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.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the
|
When purchasing an augmentation for a Sleeve, it is immediately installed. This means that the Sleeve will
|
||||||
Duplicate Sleeve will immediately lose all of its stat experience.
|
immediately lose all of its stat experience.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Augmentations will appear below as they become available.
|
Augmentations will appear below as they become available.
|
||||||
|
Loading…
Reference in New Issue
Block a user