From 62cb10159a5c38e327c6e216cddc7246a7b06b29 Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:38:38 -0400 Subject: [PATCH] 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 --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index b3a89e64a5e..e72af27ea62 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -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()