Text change

Edited the wording on the prompt (even though it's broken lol) to clarify that your log data will not be deleted by doing this
This commit is contained in:
RedstonewolfX 2024-07-19 18:38:38 -04:00
parent 15d2278cc7
commit 62cb10159a

View File

@ -1711,7 +1711,7 @@ export class EncounterPhase extends BattlePhase {
if (w.turnIndex == undefined) w.turnIndex = 0
// If any data has been written for this wave
if (w.initialActions.length > 0 || w.modifiers.length > 0 || w.turnIndex > 0) {
this.scene.ui.showText("This wave has existing data.\nClear it?", undefined, () => {
this.scene.ui.showText("This wave has existing enemy move data.\nClear it?", undefined, () => {
this.scene.ui.setMode(Mode.CONFIRM, () => {
//this.scene.ui.revertMode()
this.scene.ui.clearText()