tweak showMessage() in Fireball

This commit is contained in:
slapshot5
2011-08-27 06:33:37 +00:00
parent 23bcab21cd
commit 386c39e18f

View File

@@ -2123,7 +2123,7 @@ public class CardFactory_Sorceries {
@Override
public void selectPlayer(Player player) {
if (!player.canTarget(spell)) {
AllZone.getDisplay().showMessage("Cannot target this card.");
AllZone.getDisplay().showMessage("Cannot target this player.");
return; //cannot target
}
if (targetPlayers.contains(player)) {
@@ -2134,8 +2134,6 @@ public class CardFactory_Sorceries {
showMessage();
}
};//Input
card.addSpellAbility(spell);
spell.setBeforePayMana(input);