other: added announceX testable dialogs in cheat menu (part of #10330)

This commit is contained in:
Oleg Agafonov 2025-05-16 19:36:01 +04:00
parent 66db821437
commit fa20361e2e
3 changed files with 68 additions and 3 deletions

View file

@ -29,8 +29,7 @@ import java.util.stream.Collectors;
* [x] chooseTargetAmount
* [x] chooseUse
* [x] choosePile
* [ ] announceXMana // TODO: implement
* [ ] announceXCost // TODO: implement
* [x] announceX
* [ ] getAmount // TODO: implement
* [ ] getMultiAmountWithIndividualConstraints // TODO: implement
* <p>
@ -74,6 +73,7 @@ public class TestableDialogsRunner {
ChooseChoiceTestableDialog.register(this);
ChoosePileTestableDialog.register(this);
ChooseAmountTestableDialog.register(this);
AnnounceXTestableDialog.register(this);
}
void registerDialog(TestableDialog dialog) {