forked from External/mage
Merge origin/master
This commit is contained in:
commit
91efa42d0d
6 changed files with 323 additions and 2 deletions
|
|
@ -407,7 +407,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
if (!game.isSimulation()) {
|
||||
// inform about x costs now, so canceled announcements are not shown in the log
|
||||
if (announceString != null) {
|
||||
if ((announceString != null) && (!announceString.equals(""))) {
|
||||
game.informPlayers(announceString);
|
||||
}
|
||||
if (variableManaCost != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue