- Fixed a bug in CostTapType

This commit is contained in:
swordshine
2014-05-01 10:53:21 +00:00
parent 77b9021145
commit 5a671223b7
5 changed files with 7 additions and 8 deletions

View File

@@ -21,17 +21,14 @@ import com.google.common.base.Function;
import forge.UiCommand;
import forge.Singletons;
import forge.game.Game;
import forge.game.card.Card;
import forge.game.player.LobbyPlayer;
import forge.game.player.Player;
import forge.game.spellability.SpellAbility;
import forge.game.zone.ZoneType;
import forge.gui.framework.ICDoc;
import forge.match.MatchConstants;
import forge.match.input.Input;
import forge.match.input.InputPayMana;
import forge.player.HumanPlay;
import forge.properties.ForgePreferences;
import forge.screens.match.ZoneAction;
import forge.screens.match.views.VField;