mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
MISC: Make it so that restarting the tutorial doesn't soft reset your game (#1992)
This commit is contained in:
@@ -299,7 +299,7 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {
|
||||
open={confirmResetOpen}
|
||||
onClose={() => setConfirmResetOpen(false)}
|
||||
onConfirm={props.reactivateTutorial}
|
||||
confirmationText={"Reset your stats and money to start the tutorial? Home scripts will not be reset."}
|
||||
confirmationText={"Restart the tutorial? Running scripts will be killed."}
|
||||
additionalButton={<Button onClick={() => setConfirmResetOpen(false)}>Cancel</Button>}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user