forked from External/mage
other: added announceX testable dialogs in cheat menu (part of #10330)
This commit is contained in:
parent
66db821437
commit
fa20361e2e
3 changed files with 68 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue