other: added getAmount testable dialogs in cheat menu (part of #13638)

This commit is contained in:
Oleg Agafonov 2025-05-17 21:19:55 +04:00
parent e320bf241c
commit 832ff8a4ac
2 changed files with 62 additions and 1 deletions

View file

@ -30,7 +30,7 @@ import java.util.stream.Collectors;
* [x] chooseUse
* [x] choosePile
* [x] announceX
* [ ] getAmount // TODO: implement
* [x] getAmount
* [ ] getMultiAmountWithIndividualConstraints // TODO: implement
* <p>
* Support of priority dialogs (can be called by game engine, some can be implemented in theory):
@ -74,6 +74,7 @@ public class TestableDialogsRunner {
ChoosePileTestableDialog.register(this);
ChooseAmountTestableDialog.register(this);
AnnounceXTestableDialog.register(this);
GetAmountTestableDialog.register(this);
}
void registerDialog(TestableDialog dialog) {