forked from External/mage
Added Izzet Guildmage, Roling Spoil, Commandeer, Razor Golem, Guardian of the Guildpact.
This commit is contained in:
parent
496331995a
commit
0459322857
10 changed files with 529 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue