mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-27 01:39:34 +02:00
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:
parent
15d2278cc7
commit
62cb10159a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user