mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
merge fix
This commit is contained in:
parent
5626c5f932
commit
0c8d49ce56
2 changed files with 8 additions and 6 deletions
|
|
@ -55,11 +55,11 @@ public class LoadCheatsTest extends CardTestPlayerBase {
|
|||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
setChoice(playerA, "5"); // choose [group 3]: 5 = 2 default menus + 3 group
|
||||
setChoice(playerA, "7"); // choose [group 3]: 7 = 4 default menus + 3 group
|
||||
SystemUtil.executeCheatCommands(currentGame, commandsFile, playerA);
|
||||
|
||||
assertHandCount(playerA, "Razorclaw Bear", 1);
|
||||
assertPermanentCount(playerA, "Mountain", 3);
|
||||
assertHandCount(playerA, "Island", 10); // by cheats
|
||||
assertHandCount(playerA, "Island", 10); // possible fail: changed in amount of default cheat commands
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue