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
|
@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)) {
|
||||||
@@ -2134,8 +2134,6 @@ public class CardFactory_Sorceries {
|
|||||||
showMessage();
|
showMessage();
|
||||||
}
|
}
|
||||||
};//Input
|
};//Input
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
spell.setBeforePayMana(input);
|
spell.setBeforePayMana(input);
|
||||||
|
|||||||
Reference in New Issue
Block a user