forked from External/mage
other: added getMultiAmount testable dialogs in cheat menu (part of #13638)
This commit is contained in:
parent
ee1dc74b90
commit
1112c9516d
6 changed files with 145 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue