Added Izzet Guildmage, Roling Spoil, Commandeer, Razor Golem, Guardian of the Guildpact.

This commit is contained in:
LevelX2 2014-12-03 21:51:59 +01:00
parent 496331995a
commit 0459322857
10 changed files with 529 additions and 4 deletions

View file

@ -408,7 +408,9 @@ public class Spell implements StackObject, Card {
}
}
game.informPlayers(this.getName() + " is now " + newTargetDescription.toString());
if (newTargetDescription.length() > 0) {
game.informPlayers(this.getName() + " is now " + newTargetDescription.toString());
}
return true;
}
return false;