LevelX2
27d4e9fc37
* Postmortem Lunge and Gruesome Encorer - Fixed that the haste ability was not correctly granted to the creature put into play.
2015-05-07 00:17:42 +02:00
fireshoes
fbbc9dcb10
Merge origin/master
2015-05-06 10:55:14 -05:00
fireshoes
1b8f3d6fb9
[MMB] Added 15 cards
2015-05-06 10:50:27 -05:00
LevelX2
bc990ad24a
* Some minor fixed to tooltip texts.
2015-05-06 15:58:18 +02:00
LevelX2
99d208a2d9
* Phantasmagorian - Fixed wrong tooltip text for discard costs.
2015-05-06 15:53:27 +02:00
LevelX2
d4f25e2f9e
* Nether Shadow - Fixed that the intervening if clause was not checked on resolution.
2015-05-06 15:52:37 +02:00
LevelX2
df5c39ed87
* Inet, the Dreamer - Fixed that the card was not face down in exile and it was not possible to cast the card for free.
2015-05-05 23:13:10 +02:00
emerald000
3e2f992fae
Added Sin of the Past.
2015-05-05 17:06:37 -04:00
fireshoes
5bf7ba68e9
[MMB] Added 13 cards
2015-05-05 11:08:58 -05:00
LevelX2
965de10a35
Added Goblin Tinkerer.
2015-05-05 17:33:56 +02:00
LevelX2
562f6a3a89
* Shimmer Myr - Fixed that the flash like casting to cards was wrongly only granted to artifact creature cards instead of all artifact cards.
2015-05-05 10:14:47 +02:00
LevelX2
780611541d
* Early Harvest - Fixed that wrongly all lands were untapped instead of only basic lands.
2015-05-05 09:57:21 +02:00
Nathaniel Brandes
65c30c0f61
Fix It That Betrays ability.
...
It now only pulls from the first zone that the permanent enters the
battlefield from, instead of anywhere.
2015-05-04 23:16:37 -07:00
Nathaniel Brandes
f9f6b078ab
Properly fix ReturnToBattlefieldUnderYourControl.
...
All tests now passing. I broke out It That Betrays into it's own class,
as it doesn't actually care about zone when returning the permanent to
the battlefield, unlike most other abilities of that type, which target.
2015-05-04 21:31:01 -07:00
fireshoes
96d9fe1a52
[MMB] Added Bitterblossom and Lightning Bolt
2015-05-04 22:41:25 -05:00
fireshoes
a4a32a4b64
[MMB] Added confirmed spoilers for 5/4
2015-05-04 21:39:23 -05:00
LevelX2
1a64f9e53e
* Added some tests for ReturnToBattlefieldUnderYourControlTargetEffect (related to #947 ).
2015-05-05 01:31:57 +02:00
LevelX2
c342c92160
* Destroy the Evidence - Fixed that no cards were moved to graveyard.
2015-05-05 00:53:03 +02:00
LevelX2
8eae24051a
* Fixed not unique target setting.
2015-05-05 00:50:47 +02:00
LevelX2
6403fff12b
* Fixed target hadnling of PreventDamageBySourceEffect ( fixes #952 ).
2015-05-04 18:38:26 +02:00
LevelX2
70480ebb5e
* Anpassung falscher package name von tenth to tenthedition.
2015-05-04 16:14:30 +02:00
Nathaniel Brandes
2f476b7c53
Cleanup sets.
...
This is an extensive renaming of sets to their correct names. "Duel
Decks" and "Not Standard Legal" have been merged into a "Supplemental"
set type. MTGO-only sets have been put into their own set type, just
like magiccards.info. Supplemental sets now have a "block" which is the
block that they have under magiccards.info, for easier organization. The
deck builder on the client now relies on an autogenerated list instead
of a hardcoded one.
2015-05-03 20:07:13 -07:00
LevelX2
880fab9014
* Fixed typos of Archmage Ascension and LookLibraryControllerEffect.
2015-05-03 23:44:10 +02:00
LevelX2
0069241027
* Some minor changes.
2015-05-02 12:19:44 +02:00
LevelX2
8686f4f777
* Fixed a bug that the AI did for target selection not check correctly players with hexproof ability.
2015-05-02 09:47:38 +02:00
LevelX2
503dad24b3
* Added test for Spellskite.
2015-05-01 18:12:27 +02:00
LevelX2
85d7f099bd
* River Kelpie - Fixed that the first ability did not always trigger as intended.
2015-05-01 17:37:57 +02:00
LevelX2
d7c23bbfc0
* Fixed a bug that countered spells of creatures with the ability going back to library if going to graveyard (e.g. Legacy Waepon) stayed in hand or caused a java bug instead of going to library.
2015-05-01 14:04:52 +02:00
LevelX2
eb6e7f9b46
* Fixed a bug of draw card replace effect (e.g. multiple Thought Reflection enchantments on the battlefield let you draw less cards than intended).
2015-05-01 12:15:13 +02:00
LevelX2
0ae339ff26
* Hive Mind - Working again if copied spell is not countered. Added some tests for Hive Mind ( #717 ).
2015-05-01 11:09:57 +02:00
Nathaniel Brandes
ac1b4ab7b9
Fixed hive mind and Chalice of the Void interaction.
2015-04-30 21:00:34 -07:00
Nathaniel Brandes
b25c4aac77
Added Volrath's Shapeshifter.
...
The Graveyard was modified to become its own class, as the top card of
your graveyard matters for this card, and graveyard order matters for
some other old card. Note that due how Volrath's Shapeshifter's ability
works, it is applied in layer 3, after control effects. This is so it
can look at it's current controllers graveyard, instead of it's owner,
as it would if the copy effect was at layer 1.
2015-04-30 19:10:50 -07:00
LevelX2
9b3eff603c
* Laboratory Maniac - Fixed check for win condition (you can now win together with Platinum Angel).
2015-05-01 01:50:25 +02:00
LevelX2
4206ea97ec
Added another Infect test.
2015-05-01 00:39:13 +02:00
LevelX2
442b12503a
Merge origin/master
2015-04-30 17:16:41 +02:00
LevelX2
f9c48cc4d5
* Some updates to cards that check the controller of the source of an event. Now prevention and replacement effect controller of non permanents are determine. But it can be wrong under some control changing circumstances. Only solution would be to have always the causing ability instead of only the sourceId ( fixes #804 ).
2015-04-30 16:15:39 +02:00
Nathaniel Brandes
da6fec0e65
Correct effects for "cares about Dragons" cards.
...
A Dragon card does not necessarily have to be a creature. In your hand,
it can be a tribal instant (like Nameless Inversion). In the
battlefield, it can be any permanent of subtype dragon, not just a
creature.
2015-04-30 02:31:44 -07:00
fireshoes
b9909e101d
[MMB] Added Spellskite and Splinter Twin
2015-04-30 01:12:25 -05:00
LevelX2
d39dad518d
* Flamekin Harbinger - The enters the battlefield effect is now optional.
2015-04-29 17:41:46 +02:00
LevelX2
830765996f
* Storm - Fixed handling of countered Storm spells. * Reworked Rebound more rule conform. * Fixed that zone change counter was not raised if a card is moved to stack.
2015-04-29 17:37:54 +02:00
Nathaniel Brandes
4b6993f398
Added global alternate costs to canPlay test. Added Omniscienece test
...
case.
2015-04-29 03:04:34 -07:00
LevelX2
9ab812f1ac
* Skull of Orm - Fixed that it wrongly did bring back creatures instead of enchantments.
2015-04-29 11:11:10 +02:00
LevelX2
309eeba8df
Merge origin/master
2015-04-29 11:00:44 +02:00
LevelX2
94dd9bc92f
* Spin into Myth - Fixed that the taregt card was wrongly moved to hand instead on top of the library.
2015-04-29 10:59:24 +02:00
Nathaniel Brandes
255d436148
Omniscience now only allows you to play cards from your hand without
...
paying their mana costs.
2015-04-29 01:58:11 -07:00
Nathaniel Brandes
7648ca4b4f
Fix Lazav's copy ability "forgetting" about cards that change zones.
2015-04-28 19:43:31 -07:00
LevelX2
97414233d9
* Empress Galina - Fixed wrong casting costs.
2015-04-29 01:18:14 +02:00
LevelX2
aa5d050571
Fixed ThragtuskTest failing sometimes because of random target.
2015-04-28 17:10:32 +02:00
LevelX2
63ae8a9f13
* Mistbind Clique - Added test for champpion triggered ability. Set zone ability has to work in.
2015-04-28 14:45:38 +02:00
Nathaniel Brandes
4b393f949d
Simplify mind shatter.
...
It is now implemented exactly the same way as mind twist.
2015-04-28 03:48:42 -07:00