From f4ef02c1d2e490aa3c9e8558299652713747aea1 Mon Sep 17 00:00:00 2001 From: Dan Simon Date: Fri, 2 Dec 2022 10:43:22 -0500 Subject: [PATCH] Fix incorrect description of old saves --- javascripts/core/secret-formula/h2p.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascripts/core/secret-formula/h2p.js b/javascripts/core/secret-formula/h2p.js index 0d56c415d..581949f33 100644 --- a/javascripts/core/secret-formula/h2p.js +++ b/javascripts/core/secret-formula/h2p.js @@ -35,9 +35,9 @@ cut off part of the text if you are using one to transfer the save between devic A properly-formatted save string from the Reality update will start with ${GameSaveSerializer.startingString.savefile} and end with ${GameSaveSerializer.endingString.savefile}. If you are importing from a version of the game from before Reality was released, it will instead start with eyJ -and end with ==. If neither of these are the case, then part of your save is missing and it will fail to import. -In addition to importing and exporting to your clipboard, you can also import and export from text files as well. -
+and end with In19, fX0=, or fQ==. If neither of these are the case, then part of your save is +missing and it will fail to import. In addition to importing and exporting to your clipboard, you can also import +and export from text files as well.
You can use the "Choose save" button to pick between three separate saves on your browser. These saves are, for most intents and purposes, completely separate from each other. Importing and exporting will only affect the current save