LoneFox
f133854db1
Rename BecomesTappedTriggeredAbility -> BecomesTappedSourceTriggeredAbility
2015-11-11 09:49:25 +02:00
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
LevelX2
932b454595
* Myriad - Fixed handling of source object determination.
2015-11-09 14:25:42 +01:00
Neil Gentleman
deb4608c00
Don't try to play null audio
...
a message is already logged when loadClip fails; this avoids showing an error
dialog over and over afterwards.
2015-11-08 22:32:43 -08:00
Neil Gentleman
a1c46da5f2
make clean_dbs.sh executable
2015-11-08 22:32:42 -08: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
LevelX2
431d0005f2
Updated modes to handle selection of modes multiple times (not working yet if targets included).
2015-11-08 20:07:02 +01:00
Quercitron
9b29cd042f
Move updateExpansionSetCode from CreateTokenEffect.apply to Token.putOntoBattlefield
2015-11-08 20:16:47 +03: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
7572c756c4
* PlanarGate, Mana Matrix, StoneCalendar - Fixed not correctly working spell cost reduction.
2015-11-08 09:57:35 +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
bb99148b78
* Fixed a problem with zone change counter comparation.
2015-11-07 10:16:11 +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
e3c43c0c31
Merge origin/master
2015-11-06 12:30:15 +01:00
LevelX2
27ae613ce8
* Fixed handling of zoneChangeCounter of PermanentCard ( fixes #1353 ).
2015-11-06 12:28:58 +01: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