Revert "Text change"

This reverts commit 62cb10159a.
This commit is contained in:
RedstonewolfX 2024-07-20 16:00:46 -04:00
parent 62cb10159a
commit 6d9606329c

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 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()