merge fix

This commit is contained in:
Oleg Agafonov 2025-01-07 20:05:27 +04:00
parent 5626c5f932
commit 0c8d49ce56
2 changed files with 8 additions and 6 deletions

View file

@ -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
}
}