diff --git a/projects/mtg/bin/Res/sets/ULG/_cards.dat b/projects/mtg/bin/Res/sets/ULG/_cards.dat index 1b3acd812..def90848c 100644 --- a/projects/mtg/bin/Res/sets/ULG/_cards.dat +++ b/projects/mtg/bin/Res/sets/ULG/_cards.dat @@ -121,7 +121,7 @@ text=When Delusions of Mediocrity enters the battlefield, you gain 10 life. Wh id=12349 name=Delusions of Mediocrity auto=life:10 -auto=@movedTo(this|graveyard):life:-10 controller +auto=@movedTo(this|graveyard,library,hand,exile) from(battlefield):life:-10 controller rarity=R mana={3}{U} type=Enchantment diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 224b472d7..e4a5ec80c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -159,6 +159,7 @@ dauthi_embrace.txt death_grasp.txt death_ward.txt deja_vu.txt +delusions_of_mediocrity.txt dingus_egg.txt divergent_growth.txt doomed_necromancer.txt diff --git a/projects/mtg/bin/Res/test/delusions_of_mediocrity.txt b/projects/mtg/bin/Res/test/delusions_of_mediocrity.txt new file mode 100644 index 000000000..98fbc7124 --- /dev/null +++ b/projects/mtg/bin/Res/test/delusions_of_mediocrity.txt @@ -0,0 +1,26 @@ +#NAME: Delusions of Mediocrity +#DESC: +#DESC: +#DESC: +#DESC: +[INIT] +firstmain +[PLAYER1] +hand:Delusions of Mediocrity,Donate,Boomerang +manapool:{U}{U}{U}{U}{U}{U}{U}{U}{U} +[PLAYER2] +[DO] +Delusions of Mediocrity +Donate +Delusions of Mediocrity +Boomerang +Delusions of Mediocrity +[ASSERT] +firstmain +[PLAYER1] +hand:Delusions of Mediocrity +graveyard:Donate,Boomerang +life:30 +[PLAYER2] +life:10 +[END]