forked from External/mage
other: added getAmount testable dialogs in cheat menu (part of #13638)
This commit is contained in:
parent
e320bf241c
commit
832ff8a4ac
2 changed files with 62 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue