mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
LandAbility: do extra ability class, so it can use mayPlay
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user