Commit graph

8041 commits

Author SHA1 Message Date
LoneFox
bddb9999aa Implement cards: Aliban's Tower, Folk of An-Havva, Leaping Lizard, and Reef Pirates 2015-11-10 23:46:46 +02:00
LoneFox
f631f74faf Fix Active Volcano to be able to target a nonland Island if such thing happens to be around. Implement cards: Cleanse, Flash Flood, and Spinal Villain 2015-11-10 22:03:40 +02:00
LoneFox
2c23d23566 Fix PlayWithTheTopCardRevealedEffect's text. Implement cards: Field of Dreams and Wizened Snitches 2015-11-10 21:11:11 +02:00
LoneFox
c33e7ad59b Add support for selecting the counter type during resolution to RemoveCounterTargetEffect. Use it for existing cards. Fix some tooltip text issues with the effect. Implement cards: Ferropede and Spinal Parasite 2015-11-10 20:35:48 +02:00
LoneFox
6830b9c903 Implement cards: Acorn Catapult, Lunar Avenger, Plunder, and Storm Spirit 2015-11-10 12:07:29 +02:00
Neil Gentleman
ce3a70d3cf Jorael, Empress of Beasts: fix ability
needs to be a Predicate<Permanent>, not Predicate<Player>
2015-11-09 21:26:15 -08:00
Neil Gentleman
616d1e556a Nephalia Smuggler: ability can't target self 2015-11-09 21:26:15 -08:00
fireshoes
6a86a19408 [C15] ImplementedFiery, Mystic, Verdant, and Wretched Confluences. Added Legendary Cube. 2015-11-09 14:09:39 -06:00
Neil Gentleman
eda5d1a1ef BoostSourceEffect: format X like BoostTargetEffect
primarily to fix Chameleon Colossus and friends, but also updated
Terra Ravager's ability to match the corrected format, and now
both Source and Target support -X, for Death's Shadow.
2015-11-08 22:14:15 -08:00
Neil Gentleman
7830dc1098 Tarox Bladewing, Chameleon Colossus: remove custom effect
now using the same template as Yew Spirit, Feral Animist
2015-11-08 22:14:15 -08:00
Neil Gentleman
a0ed2c2cdb Desolation Angel: remove custom effect
now using the same template as Desolation Giant
2015-11-08 22:14:15 -08:00
LevelX2
64fb7fba76 [C15] Added Righteous Confluence (selecting targeted modes multiple times does not work correctly yet). 2015-11-08 20:08:02 +01:00
Quercitron
e23fc13db0 Fix pictures for some tokens from recent sets 2015-11-08 20:16:47 +03:00
fireshoes
8caf33cdf0 [C15] Implemented Broodbirth Viper, Banshee of the Dread Choir, and Blade of Selves. 2015-11-08 11:01:01 -06:00
LevelX2
5592b8f868 [C15] Added Caller of the Pack, Herald of the Host, Warchief Giant. 2015-11-08 11:52:25 +01:00
LevelX2
6f2d3a18c0 [C15] Added Myriad keyword. 2015-11-08 11:51:36 +01:00
LevelX2
d310276be1 * Jhoira's Toolbox - Fixed that the activated ability was missing. 2015-11-08 09:18:11 +01:00
LevelX2
1aea4b3b36 * Ior Ruin Expedition - Fixed that the sacrifice effect let you draw 3 instead of 2 cards. 2015-11-08 09:15:54 +01:00
fireshoes
4de4caad26 [C15] Implemented Shielded by Faith, Grasp of Fate, Arachnogenesis, and Great Oak Guardian. 2015-11-07 21:18:21 -06:00
LevelX2
82d3d52e61 * Scaleguard Sentinels - Fixed that the +1/+1 was not put on Scaleguard Sentinels if Dragon card was revealed. 2015-11-07 21:39:24 +01:00
LevelX2
43ebe000f0 * Pia and Kiran Nalaar and Whirler Rogue - Fixed rule text. 2015-11-07 21:30:02 +01:00
LevelX2
5702c694a9 * Fixed that the corresponding token image was not always set correctly. 2015-11-07 21:23:22 +01:00
LevelX2
f3e8a93316 * Renegade Krasis - Fixed that check if Renegade Krasis was evolved did not always work correctly. 2015-11-07 21:21:03 +01:00
LevelX2
9602c57bdf Merge pull request #1358 from nigelzor/misc-fixes
Misc fixes
2015-11-07 16:58:12 +01:00
LevelX2
d596a1ef83 * Fixed a bug that self scope were checked for non relevant events (fixes #1350). 2015-11-07 13:32:15 +01:00
Neil Gentleman
a6fc9e8299 update Bog Gnarr to match Glade Gnarr
re: 456c405c11
2015-11-07 04:31:30 -08:00
Neil Gentleman
cad96e1927 fix ActivatedAbilityUsedThisTurnWatcher ClassCastException
Chronatog Totem and Groundling Pouncer were breaking when trying to play
spells with convoke:

java.lang.ClassCastException: mage.game.stack.Spell cannot be cast to mage.game.stack.StackAbility
mage.sets.timespiral.ActivatedAbilityUsedThisTurnWatcher.watch(ChronatogTotem.java:148)
mage.watchers.Watchers.watch(Watchers.java:63)
mage.game.GameState.handleEvent(GameState.java:665)
mage.game.GameImpl.fireEvent(GameImpl.java:2286)
mage.players.PlayerImpl.specialAction(PlayerImpl.java:1094)
mage.players.PlayerImpl.activateAbility(PlayerImpl.java:1133)
mage.player.human.HumanPlayer.activateAbility(HumanPlayer.java:1219)
mage.player.human.HumanPlayer.specialManaAction(HumanPlayer.java:1209)
mage.player.human.HumanPlayer.playManaHandling(HumanPlayer.java:791)
mage.player.human.HumanPlayer.playMana(HumanPlayer.java:769)
mage.abilities.costs.mana.ManaCostsImpl.pay(ManaCostsImpl.java:135)
mage.abilities.AbilityImpl.activate(AbilityImpl.java:394)
mage.game.stack.Spell.activate(Spell.java:128)
mage.players.PlayerImpl.cast(PlayerImpl.java:969)
(...)
2015-11-07 04:31:30 -08:00
Neil Gentleman
8af7526acc Assembly-Worker doesn't give counters 2015-11-07 04:04:00 -08:00
Neil Gentleman
492637544a Terraformer, Elsewhere Flask: use ChoiceBasicLandType
avoiding repetition of the basic land types everywhere
2015-11-07 04:03:29 -08:00
Neil Gentleman
45c61417ec fix Goblin Mutant & Stinkdrinker Bandit 2015-11-07 04:02:12 -08:00
LevelX2
b1c3d690f5 * Fixed some ability and subtype removing effects (fixes #1352). 2015-11-07 12:29:31 +01:00
LevelX2
456c405c11 * Glade Gnarr - Removed unneccessary custom class. 2015-11-07 08:35:56 +01:00
Neil Gentleman
7985728eb7 Glade Gnarr triggers on blue spells, not black 2015-11-06 20:00:33 -08:00
fireshoes
8051d1a86a [C15] Fixed a couple typos in mtg-cards-data. Added Dominate, Borderland Behemoth, and Crystal Chimes. 2015-11-06 16:19:09 -06:00
fireshoes
ae55c8b176 [C15] Updated complete spoiler and added existing reprints. Add Rite of the Raging Storm and Corpse Augur. 2015-11-06 12:35:50 -06:00
LevelX2
e6860a6020 Merge pull request #1357 from LoneFox78/master
Some Tempest
2015-11-06 12:09:52 +01:00
LoneFox
fde9ae68dc Extract DestroyTargetAtBeginningOfNextEndStepEffect from Stone Giant to its own file. Implement cards: Blood Frenzy, Flowstone Sculpture, Imps' Taunt, and Mogg Cannon 2015-11-06 09:19:47 +02:00
fireshoes
c7b638405a Added Greater Stone Spirit, Faerie Harbinger, Giant Harbinger, Amnesia, Dewdrop Spy, Wheel and Deal. [C15] Added some more 11/5 spoilers and Urza's Incubator reprint. 2015-11-05 13:22:45 -06:00
fireshoes
59cf816f32 [C15] Added 11/5 spoilers and Angel of Serenity reprint, corrected Meteor Blast's translated name, and updated tokens. 2015-11-05 10:26:40 -06:00
fireshoes
4cf957a4a9 Merge origin/master 2015-11-05 09:05:50 -06:00
fireshoes
9058b86a35 [C15] Added some spoilers to mtg-cards-data.txt. Implemented Thought Vessel, Daxos's Torment, Arjun the Shifting Flame, and Bloodspore Thrinax. Added Black Market reprint. 2015-11-05 09:04:56 -06:00
LevelX2
e82a7b621e * Fixed a problem with countering abilities on the stack. 2015-11-05 15:39:12 +01:00
fireshoes
3940ff4b2e [C15] Implemented Meteor Volley, Karlov of the Ghost Council, and Magus of the Wheel. 2015-11-05 00:08:17 -06:00
fireshoes
331eee46a6 [C15] Implemented Meren of Clan Nel Toth and Pathbreaker Ibex. Fixed translated name of Broodbirth Viper in mtg-cards-data.txt. 2015-11-04 22:35:40 -06:00
fireshoes
b741dde031 Updated 11/3-4 Commander 2015 spoilers. Implemented Ezuri, Claw of Progress. 2015-11-04 19:53:07 -06:00
LevelX2
39762e5bf5 * Some rework of card moving after spell countering. 2015-11-05 00:37:37 +01:00
LevelX2
3de7ff6808 * Some rework of card moving after spell countering. 2015-11-05 00:37:30 +01:00
LevelX2
1139495fd7 * SetPowerToughnessSourceEffect - Set the correct sublayer to use (fixes #1354). 2015-11-04 22:31:35 +01:00
LevelX2
af18f95bba Minor changes. 2015-11-04 17:16:45 +01:00
LevelX2
54d28550b4 Added a test. 2015-11-04 12:28:48 +01:00
LoneFox
b190a73169 Implement cards: Canyon Drake, Havoc, Pit Imp, and Safeguard 2015-11-04 11:30:02 +02:00
LoneFox
e04db9a4b7 Clean up Godo's Irregulars. Implement card: Flowstone Salamander 2015-11-04 11:08:32 +02:00
LoneFox
c5617cf09a Remove unnecessary custom effect class from Divine Offering. Implement card: Serene Offering 2015-11-04 10:41:10 +02:00
LoneFox
2080ad3ab8 Add CastOnlyIfYouHaveCastAnotherSpellEffect and use it for existing cards. Implement card: Skyshroud Condor 2015-11-04 10:40:07 +02:00
LoneFox
9e3ef31b4b Implement cards: Apes of Rath, Endless Scream, Fool's Tome, and Fylamarid 2015-11-04 09:29:08 +02:00
fireshoes
4fa4b7198b Added 11/3 Commander 2015 spoilers. Added C15 reprints, Daxos the Returned, Gigantoplasm, Illusory Ambusher, Kalemne's Captain, Mazirek Kraul Death Priest, Kaseto Orochi Archmage, and Scytheclaw. 2015-11-03 10:47:12 -06:00
LevelX2
4d3d46a94d Merge pull request #1355 from LoneFox78/master
Some Mercadian Masques
2015-11-03 11:43:49 +01:00
LoneFox
075fee97a9 Implement cards: Flailing Manticore, Flailing Ogre, Flailing Soldier, and Snake Pit 2015-11-03 10:23:37 +02:00
LoneFox
3219ae2bf2 Implement cards: Rappelling Scouts, Stinging Barrier, Tectonic Break, and Word of Blasting 2015-11-03 09:49:58 +02:00
LoneFox
87f118bea9 Implement cards: Bog Witch, Hammer Mage, Notorious Assassin, and Seismic Mage 2015-11-03 08:03:36 +02:00
fireshoes
3d8fdba059 Added 11/2 Commander 2015 spoilers (part 2). Updated Kalemne's collector number. 2015-11-02 19:53:53 -06:00
LoneFox
623d0a8cec Implement cards: Balloon Peddler, Blaster Mage, Deepwood Drummer, and Kris Mage 2015-11-02 20:18:41 +02:00
LoneFox
2cb1235428 Implement cards: Alabaster Wall, Crenellated Wall, Drake Hatchling, and Monkey Cage 2015-11-02 19:36:14 +02:00
BursegSardaukar
82a388175c Pulled from trunk. 2015-11-01 16:43:47 -05:00
BursegSardaukar
16a5cd42af Added:
Goblin Clearcutter
Goblin Dynamo
Goblin Soothsayer
2015-10-18 23:46:20 -04:00
BursegSardaukar
a6bf42e7de Added:
Goblin Archaeologist
Goblin Assassin
Unstable Hulk
2015-10-18 22:32:52 -04:00
BursegSardaukar
425725fe8a Added:
Kyren Glider
Kyren Sniper
Sheiking Mogg
Keeper of kookus
2015-10-18 20:39:46 -04:00
BursegSardaukar
2fa4fae35a Added Fire Juggler 2015-10-04 22:46:38 -04:00
BursegSardaukar
61e9ea0ba1 Added Masters Edition Goblin Mutant 2015-10-04 22:11:56 -04:00
BursegSardaukar
c041f5ef43 Added Stinkdrinker Bandit. 2015-10-04 21:41:58 -04:00
BursegSardaukar
daf4f924c9 Added Goblin Mutant. 2015-10-04 21:33:56 -04:00
BursegSardaukar
2c553dc2d4 Corrected bugs. 2015-10-04 16:11:34 -04:00
BursegSardaukar
a2eed534ee Merge origin/master
Conflicts:
	Mage.Sets/src/mage/sets/dissension/UtvaraScalper.java
2015-10-03 15:48:58 -04:00
tmannion
b744623717 Merge origin/master
Conflicts:
	Mage.Sets/src/mage/sets/dissension/UtvaraScalper.java
2015-10-03 15:47:06 -04:00
LoneFox
e35e44941c Minor fix for Kill-Suit Cultist 2015-10-02 14:20:29 +03:00
LevelX2
914931ed97 Merge pull request #1296 from LoneFox78/master
Dissension + fixes
2015-10-02 13:15:04 +02:00
LevelX2
1d78ab95f6 * Iname, Life Aspect - Fixed that it was able to return itself from exile. 2015-10-02 08:40:45 +02:00
LevelX2
cc8c650285 * Iname as One - Fixed that it was able to return itself. 2015-10-02 08:40:26 +02:00
LoneFox
fec3db3a61 Fix tooltip text of Ulamog's Nullifier. 2015-10-02 09:32:48 +03:00
LoneFox
bff06e3e0e Fix Munda, Ambush Leader being able to reveal non-Ally cards. 2015-10-02 09:32:25 +03:00
LoneFox
7479ae7644 Implement cards: Evolution Vat, Kill-Suit Cultist, Rakdos Ickspitter, and Stoic Ephemera 2015-10-02 08:09:51 +03:00
LevelX2
73766a21eb * Fixed that the token image of Kithkin Solder was not shown (token was only named Kithkin instead of Kithkin Solder). 2015-10-02 01:37:15 +02:00
LevelX2
65126ce6e1 * Hoofprints of the Stag - Fixed that wrong token image was shown. 2015-10-02 01:35:15 +02:00
LevelX2
5912ed80ad * Fixed some problems with undo/cancel action (fixes #1267). 2015-10-02 01:04:40 +02:00
LevelX2
63c6aa226a * Spellskite - Fixed a bug that wrong log message was written if target was chnaged from a player to spellskite. 2015-10-01 22:01:49 +02:00
LevelX2
334f919ef9 * Dromar, the Banisher - Fixed that it returned all types of permanents instead of only creatures (fixes #1294). 2015-10-01 21:36:52 +02:00
LevelX2
964eb0b643 * Greenwarden of Murasa - Fixed that it could still return itself from graveyard (fixes #1295). 2015-10-01 21:31:59 +02:00
LevelX2
d3b56c9cc4 * Witch-Maw Nephilim - Fixed possible null pointer exception. 2015-10-01 20:20:09 +02:00
LoneFox
a51abccda7 Implement cards: Ogre Gatecrasher, Simic Ragworm, Utvara Scalper, and Whiptail Moloch 2015-10-01 18:25:49 +03:00
LoneFox
0cdbf8cca0 Kill some unnecessary custom effects 2015-10-01 16:58:37 +03:00
LoneFox
e2ab416015 Implement the Eidolon cycle from Dissension 2015-10-01 13:20:15 +03:00
LevelX2
4b41628032 * Added test. 2015-09-30 16:58:03 +02:00
LevelX2
2c52dcec73 * Mayael's Aria - Fixed that the just added counters were taken into account to check the further conditions of the triggered ability. 2015-09-30 12:21:19 +02:00
LevelX2
8044940a97 * Fixed a bug that if all targets (if targets were set) of a spell with an up to target definition (e.g. Adverse Conditions) became illegal the spell did not fizzle as it should. 2015-09-30 00:53:33 +02:00
LevelX2
0d755b3c89 Some minor changes. 2015-09-29 17:37:51 +02:00
LevelX2
f5b411c516 Merge pull request #1292 from LoneFox78/master
Third part of the big token cleanup + a few other fixes and new cards
2015-09-29 15:48:09 +02:00
LoneFox
ab0e4b0ddc Revert connectSource changes from TapTargetEffect. Not needed anymore. 2015-09-29 15:25:52 +03:00
LoneFox
d9e1a72ad1 Implement cards: Mana Leech, Mole Worms, Phyrexian Gremlins, Sand Squid, and Whip Vine 2015-09-29 13:40:34 +03:00
LoneFox
82f2d73fb9 Add DontUntapAsLongAsSourceTappedEffect and connectSource parameter to TapTargetEffect. Use them for existing cards. Implement card: Thalakos Dreamsower 2015-09-29 13:15:09 +03:00
LevelX2
6ec008c58b Merge origin/master 2015-09-29 11:25:28 +02:00
LoneFox
6d90539b7b Fix DealsDamageToOpponentTriggeredAbility unconditionally overwriting the targets of any effects added to it.
This fixes at least Charnelhoard Wurm, and possibly other similar abilities.
2015-09-29 12:19:50 +03:00
LevelX2
e9dbfba746 * Into the Core - Fixed that only the first target was exiled. 2015-09-29 01:07:56 +02:00
LevelX2
8f086c8c7e * Maelstrom Nexus - Fixed that the compared casting cost was always 5 instead of the casting cost of the spell that got Cascade. 2015-09-29 00:37:52 +02:00
LevelX2
6cc2ac0e70 * Zada, Hedron Grinder - Fixed a bug with checking and copying modal spells. 2015-09-28 19:27:51 +02:00
LevelX2
02d499c317 Minor changes. 2015-09-28 17:19:03 +02:00
LevelX2
0680560225 * Compost - Fixed that it triggered for all cards going to opponents graveyard (instead of only black cards). 2015-09-28 15:14:50 +02:00
LevelX2
7650f53dee * Rosheen Meanderer - Fixed that the created conditional mana could only be used for spells. 2015-09-27 10:29:30 +02:00
LevelX2
9e1111748d * Enslave - Fixed that the set source of the damge was wrong. 2015-09-27 09:23:40 +02:00
LevelX2
f22fb380b7 * Reaper of Sheoldred - Fixed that damage was sometimes dealt to Reaper of Sheoldred controller. 2015-09-27 01:21:47 +02:00
LevelX2
b6f6866452 * Krond the Dawn-Clad - Added the missing vigilance ability. 2015-09-27 00:34:10 +02:00
LevelX2
46fa935172 * Emrakul, the Aeons Torn, Ulamog, the Infinite Gyre, Kozilek, Butcher of Truth - Fixed that the shuffle graveyard to library was wrongly done for the controller of instead the owner. 2015-09-27 00:22:51 +02:00
LevelX2
56a5030f93 * Goryo's Vengeance - Fixed that the beginning of next end step ability also exiled the target if it meanwhile left and returned the battlefield as sa new object. 2015-09-26 23:30:24 +02:00
LoneFox
c47d39390f Add 4/4 Beast token and use it for existing cards. 2015-09-26 12:09:00 +03:00
LoneFox
e16bec3472 Add 5/5 Wurm token with trample and use it for existing cards. 2015-09-26 11:50:41 +03:00
LoneFox
4e5bcddd56 Add 5/5 Dragon token and use it for existing cards. 2015-09-26 11:44:03 +03:00
LoneFox
54acb445db Add Goblin token with haste and use it for existing cards. Add missing images for Goblin token. 2015-09-26 11:18:15 +03:00
LoneFox
06440fd606 Add red and white Soldier token with haste and use it for existing cards. Kill unnecessary custom effect from Assemble the Legion. 2015-09-26 10:35:31 +03:00
LoneFox
66a341e1a2 Add Bird token and use it for existing cards. 2015-09-26 10:09:34 +03:00
LevelX2
c232e1d0c5 * Triskelavus - Added missing {1} cost of activated ability. 2015-09-26 08:27:16 +02:00
tmannion
950e1f7422 Merge origin/master 2015-09-26 00:06:01 -04:00
BursegSardaukar
a023d07c7e Added Utvara Scalper
Added Mogg Jailer
Added Goblin Masons
Cleaned up a bunch of goblin cards.
2015-09-26 00:05:11 -04:00
LevelX2
6119f71022 * Added the text (to sacrifice) for selections done for sacrifice costs so the player can better distinguish what object to select currently. 2015-09-25 23:15:55 +02:00
LevelX2
85cec315db * Fixed a lot of cards with return permanent to hand costs, where the selection of the permanent was handled targeted. 2015-09-25 22:32:53 +02:00
LoneFox
0ebd773caf Merge branch 'master' of https://github.com/magefree/mage 2015-09-25 20:51:29 +03:00
LoneFox
cbeaaa26a6 Fix Faceless Butcher's tooltip text (missing "other than Faceless Butcher") 2015-09-25 07:21:47 +03:00
LoneFox
71e8d90c83 Implement cards: Circle of Protection: Shadow, Faceless Devourer, Stronghold Overseer, and Thalakos Mistfolk 2015-09-25 07:20:33 +03:00
LoneFox
6c3d4677b2 Implement cards: Cutthroat il-Dal, Dauthi Cutthroat, Dauthi Ghoul, and Infiltrator il-Kor 2015-09-25 07:19:09 +03:00
LevelX2
b929b231d8 * Evolutionary Leap - Fixed minor tooltip text bug. 2015-09-25 00:37:29 +02:00
LevelX2
4c1754b9bf * Tempt with Discovery - Fixed that players had not to shuffle their library after card search. 2015-09-25 00:34:02 +02:00
LevelX2
3bb7b6dd5b * Slab Hammer - Removed unneccessary target. 2015-09-25 00:21:29 +02:00
LevelX2
234d5b0a52 * Kiora, Master of the Depths - Fixed second ability that handled card movement to graveyard not correctly. 2015-09-24 20:09:49 +02:00
LevelX2
d7a80dc11d * Infuse with the Elements - Fixed that one +1/+1 counter too much was placed on target creature. 2015-09-24 19:59:16 +02:00
LoneFox
c73e7b72b1 Fix Notorious Throng's tooltip text. 2015-09-24 09:55:42 +03:00
LevelX2
21061ac928 Fixed some attack forcing cards to only force to attack once a turn instead of wrongly forcing to attack each combat. 2015-09-24 08:25:45 +02:00
LoneFox
d6a1f96547 Add Faerie Rogue token and use it for existing cards. Implement card: Notorious Throng 2015-09-24 08:57:25 +03:00
LevelX2
044e8b70f0 Some minor changes for BFZ token image handling. 2015-09-23 19:53:25 +02:00
LoneFox
f380b2cdde Add Goat token and use it for existing cards. 2015-09-23 16:59:21 +03:00
LoneFox
10695ddf4c Add Warrior token and use it for existing cards. 2015-09-23 16:34:20 +03:00
LoneFox
9279d81c24 Add Human token and use it for existing cards 2015-09-23 13:55:40 +03:00
LoneFox
3d1ae1c414 Add Cat token and use it for existing cards. 2015-09-23 12:49:12 +03:00
LoneFox
5fdd1aae49 Add Sliver token and use it for existing cards 2015-09-23 12:34:28 +03:00
LevelX2
4bd6c9e03c * Munda, Ambush Leader - Fixed that all always all Ally cards had to be put on top of library. 2015-09-22 08:21:41 +02:00
BursegSardaukar
3fd5368a74 Merge pull request #3 from magefree/master
Merging from trunk.
2015-09-21 21:30:31 -04:00
LevelX2
3943c090e6 Some minor changes. 2015-09-21 23:08:53 +02:00
LevelX2
0e64c069ce * Thraben Doomsayer - Fixed that the boosting ability was also appied to Thraben Doomsayer. 2015-09-21 22:30:32 +02:00
LevelX2
822528d05c * Splice onto Arcane - Fixed that an arcane spell with no targets did not fizzle if a targeted spell was spliced with it that has no more legal targets on resolution (so all targets of the spell were illegal). 2015-09-21 17:57:27 +02:00
LevelX2
7224ab1614 * Hull Breach - Fixed that the first target of the third mode was not destroyed. 2015-09-21 16:32:57 +02:00
LevelX2
95e626752b * Greenwarden of Murasa - Fixed that it was possible to return Greenwarden of Murasa itself with its dies triggered ability. 2015-09-21 16:12:33 +02:00
LevelX2
d0a6ae09b4 * Grip of Desolation - Fixed bugged card type definition. 2015-09-21 07:48:49 +02:00
LevelX2
e94163a4c3 Fixed that no Zendikar Expeditions lands were added to Battle for Zendikar boosters. I replaced every 20th basic land now by one random land of Zendikar Expeditions. 2015-09-20 21:10:02 +02:00