Issue#53: added message about Aura card got fizzled

This commit is contained in:
magenoxx 2012-08-31 13:54:03 +04:00
parent cc4d772483
commit 8f6741a612

View file

@ -121,6 +121,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
return false;
}
//20091005 - 608.2b
game.informPlayers(getName() + " has been fizzled.");
counter(null, game);
return false;
} else {