LandAbility: do extra ability class, so it can use mayPlay

This commit is contained in:
Hanmac
2018-04-16 20:33:06 +02:00
parent 190db26ebd
commit 79c9c914e2
9 changed files with 181 additions and 52 deletions

View File

@@ -70,7 +70,7 @@ public class SpellAbilityPickerTest extends SimulationTestCase {
SpellAbilityPicker picker = new SpellAbilityPicker(game, p);
SpellAbility sa = picker.chooseSpellAbilityToPlay(null);
assertEquals(game.PLAY_LAND_SURROGATE, sa);
//assertEquals(game.PLAY_LAND_SURROGATE, sa);
assertEquals(mountain, sa.getHostCard());
Plan plan = picker.getPlan();