mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
tweak showMessage() in Fireball
This commit is contained in:
@@ -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)) {
|
||||
@@ -2135,8 +2135,6 @@ public class CardFactory_Sorceries {
|
||||
}
|
||||
};//Input
|
||||
|
||||
|
||||
|
||||
card.addSpellAbility(spell);
|
||||
spell.setBeforePayMana(input);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
Reference in New Issue
Block a user