From 6d9606329c6f744b3db499f0a2eef5df651e328b Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:00:46 -0400 Subject: [PATCH] Revert "Text change" This reverts commit 62cb10159a5c38e327c6e216cddc7246a7b06b29. --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index e72af27ea62..b3a89e64a5e 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 enemy move data.\nClear it?", undefined, () => { + this.scene.ui.showText("This wave has existing data.\nClear it?", undefined, () => { this.scene.ui.setMode(Mode.CONFIRM, () => { //this.scene.ui.revertMode() this.scene.ui.clearText()