mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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;
|
return false;
|
||||||
}
|
}
|
||||||
//20091005 - 608.2b
|
//20091005 - 608.2b
|
||||||
|
game.informPlayers(getName() + " has been fizzled.");
|
||||||
counter(null, game);
|
counter(null, game);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue