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 @Override
public void selectPlayer(Player player) { public void selectPlayer(Player player) {
if (!player.canTarget(spell)) { if (!player.canTarget(spell)) {
AllZone.getDisplay().showMessage("Cannot target this card."); AllZone.getDisplay().showMessage("Cannot target this player.");
return; //cannot target return; //cannot target
} }
if (targetPlayers.contains(player)) { if (targetPlayers.contains(player)) {
@@ -2135,8 +2135,6 @@ public class CardFactory_Sorceries {
} }
};//Input };//Input
card.addSpellAbility(spell); card.addSpellAbility(spell);
spell.setBeforePayMana(input); spell.setBeforePayMana(input);
}//*************** END ************ END ************************** }//*************** END ************ END **************************