change modded save warning alert text

This commit is contained in:
Laetitia (O-01-67) 2022-11-24 13:31:53 -05:00 committed by GitHub
parent 77cd7f8c67
commit ceb4f981ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ function importJsonState(json) {
};
localStorage.setItem("enabledMods",JSON.stringify(currentEnmods));
if((enMods.length > 0 && enMods[0] !== modName) || enMods.length > 1) {
alert("Saves with other mods might require a reload (and then importing the save file again).");
alert("Saves with other mods might require a reload (and then importing the save file again).\nIf you see a blank screen, try refreshing and loading the file again before you panic.");
};
//}
@ -229,4 +229,4 @@ elements.save_loader = {
excludeRandom: true,
color: "#FFFFFF",
desc: saveLoaderDescription,
}
};