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

This commit is contained in:
Oleg Agafonov 2025-06-07 08:48:47 +04:00
parent ee1dc74b90
commit 1112c9516d
6 changed files with 145 additions and 3 deletions

View file

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