mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48: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)) {
|
||||
@@ -2134,8 +2134,6 @@ public class CardFactory_Sorceries {
|
||||
showMessage();
|
||||
}
|
||||
};//Input
|
||||
|
||||
|
||||
|
||||
card.addSpellAbility(spell);
|
||||
spell.setBeforePayMana(input);
|
||||
|
||||
Reference in New Issue
Block a user