mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Issue#53: added message about Aura card got fizzled
This commit is contained in:
parent
cc4d772483
commit
8f6741a612
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue