LevelX2
001e17a73e
* Fixed handling of enlarged view for manifested and morphed cards.
2015-01-24 19:43:53 +01:00
LevelX2
ba8290a0c0
* Cunning Strike - Fixed that double damage (2 x 2 to each target) was dealt.
2015-01-24 09:10:00 +01:00
LevelX2
54e0068053
* Devotion - Fixed that face down permanents counted for devotion with their regular casting costs (workaround).
2015-01-23 15:12:29 +01:00
LevelX2
d7411b8b5a
* Write into Being - Added game log info where the controller puts the other card.
2015-01-23 14:09:11 +01:00
LevelX2
aaed6935bc
* Fixed that ETB abilities of manifested cards did wrongly trigger (e.g. the Constellation ability of Doomwake Giant manifested by Reality Shift).
2015-01-23 13:51:38 +01:00
LevelX2
bc3dc9d548
* Fixed that ETB abilities of manifested cards did wrongly trigger (e.g. the Constellation ability of Doomwake Giant manifested by Reality Shift).
2015-01-23 13:48:03 +01:00
LevelX2
3bdcdf1069
* Some minor updates to the readme.md.
2015-01-23 11:54:23 +01:00
fireshoes
f30523d7d7
Merge origin/master
2015-01-23 03:05:37 -06:00
fireshoes
fd6edc8987
Added various Thallid cards, added Scrabbling Claws, minor fix to Jace Beleren (MBP), fix for Soulflayer not gaining indestructible
2015-01-23 03:04:27 -06:00
LevelX2
b67d8a655c
Merge pull request #689 from bwoods89/master
...
Added Haakon, Stromgald Scourge
2015-01-23 06:34:49 +01:00
Duncan Townsend
3eb89ce037
Removed unused imports in Precursor Golem.
2015-01-22 22:57:41 -05:00
Duncan Townsend
f7a7b69be3
Use mage.util.SpellTargetAddress everywhere we iterate over Targets in Ink-Treader Nephilim.
...
Also removed unused imports.
2015-01-22 22:56:34 -05:00
Duncan Townsend
542997be8f
Breath of Fury must successfully sacrifice its attached creature in order for the remainder of the effect to happen
2015-01-22 22:50:56 -05:00
Brad Woods
3b1829e9fe
Merge branch 'master' of https://github.com/magefree/mage
2015-01-22 17:54:10 -08:00
brad
5116eece74
Added Haakon, Stromgald Scourge
2015-01-22 17:47:06 -08:00
LevelX2
91b8089455
Merge origin/master
2015-01-23 01:42:39 +01:00
LevelX2
ea5a769683
* Arcbond - Fixed that as damage source was wrongly set Arcbond instead of the targeted creature.
2015-01-23 01:41:30 +01:00
Jeff
d218279b04
- Finally got the time to fix Manaforge Cinder. Better late than never.
2015-01-22 18:27:05 -06:00
LevelX2
24c757647e
* Mystical Teachings - Fixed wrong tooltip text ( fixes #686 ).
2015-01-23 01:22:11 +01:00
LevelX2
105e12db10
* Fixed AddManaOfAnyColorEffect to send TAPPED_FOR_MANA event correctly (fixed that City of Brass did not work with Heartbeat of Spring).
2015-01-23 00:25:39 +01:00
LevelX2
ac0d923afd
Added one more test for manifest.
2015-01-23 00:05:37 +01:00
LevelX2
89c8425d94
* Fixed that replacement or rule modifying effects of cards played with morph were wrongly applied on the stack (e.g. can't be countered of Akroma, Angel of Fury).
2015-01-22 23:43:25 +01:00
LevelX2
dbffbad3cb
Added early eventType check for ContinuousRuleModifying effects.
2015-01-22 22:41:03 +01:00
LevelX2
8ea8e77b88
Renamed CantCounter to CantBeCountered.
2015-01-22 21:29:38 +01:00
LevelX2
f77c930299
* Some changes to cards committed by duncant.
2015-01-22 17:31:30 +01:00
Duncan Townsend
a160cb2e99
Fixed comments by LevelX2 on pull request #687
...
Removed superfluous calls to this.color.set*
Added attacking filter to Balduvian Rage
Fixed text and formatting on Rally the Righteous
Use game.getPermanentOrLKIBattlefield in Mercy Killing
Fixed text on Mercy Killing
2015-01-22 10:51:14 -05:00
LevelX2
f1c78784f7
Minor changes to card committed by someoneseth.
2015-01-22 13:13:43 +01:00
LevelX2
9956d91a4e
Minor chnages to cards committed by Laxika.
2015-01-22 13:05:44 +01:00
LevelX2
156097f09b
Merge pull request #676 from someoneseth/master
...
Added Novijen, Heart of Progress.
2015-01-22 12:23:45 +01:00
LevelX2
81c5f5837a
Merge pull request #671 from laxika/master
...
Added a few cards
2015-01-22 12:23:05 +01:00
LevelX2
3244a24e60
Merge pull request #687 from duncant/master
...
Several new cards and a couple bug fixes on Precursor Golem
2015-01-22 12:22:07 +01:00
LevelX2
81c2b3e473
* Vaultbreaker - Fixed hat the discard was wrongly random.
2015-01-22 08:16:14 +01:00
Duncan Townsend
5ee31e6cc0
Fixed a bug where Precursor Golem triggers wouldn't use last-known information and would instead be countered if the triggering spell left the stack.
...
Added the ability for the player to control the order in which Precursor Golem copies go on the stack.
2015-01-22 01:53:40 -05:00
Duncan Townsend
0e10ea0c84
Moved FromSetPredicate to its own file, mage.filter.predicate.mageobject.FromSetPredicate
2015-01-22 01:53:38 -05:00
Duncan Townsend
c4d1150e32
Use mage.util.SpellTargetAddress in Precursor Golem
2015-01-22 01:53:36 -05:00
Duncan Townsend
018a2a163e
Use mage.util.SpellTargetAddress in Ink-Treader Nephilim.
2015-01-22 01:53:34 -05:00
Duncan Townsend
d341e39e05
Added mage.util.SpellTargetAddress a utility for addressing and iterating over the targets of a spell
2015-01-22 01:53:32 -05:00
Duncan Townsend
e27a504348
Allow Ink-Treader Nephilim's ability's controller to choose the order in which copies go on the stack.
2015-01-22 01:53:29 -05:00
Duncan Townsend
00e79f2fdd
Fixed the color of Mercy Killing's tokens.
2015-01-22 01:53:27 -05:00
Duncan Townsend
f08ec6f2aa
Fixed null pointer dereference in Veilstone Amulet
2015-01-22 01:53:25 -05:00
Duncan Townsend
25ec2a95d0
Added implementation of Breath of Fury
2015-01-22 01:53:23 -05:00
Duncan Townsend
1a95461e42
Added implementation of Ink-Treader Nephilim
...
Implementation is slightly wrong because it does not allow the player to choose the order that copies go on the stack.
2015-01-22 01:53:21 -05:00
Duncan Townsend
faea2c847e
Added implementation of Veilstone Amulet
2015-01-22 01:53:19 -05:00
Duncan Townsend
56e2fff814
Added implementation of Mercy Killing
2015-01-22 01:53:16 -05:00
Duncan Townsend
efd820c2dd
Added implementation of Rally the Righteous
2015-01-22 01:53:11 -05:00
Duncan Townsend
63ccafacb1
Added implementation of Balduvian Rage
2015-01-22 01:52:56 -05:00
LevelX2
c8eb9f00a9
* Fixed that lose restricting effects could not be replaced (e.g. by Abysal Persecutor's ability) if the player has conceded or left the match. Fixed that "can't win" or "can't lose" messages where repeated send to the players if such an effect activly prevents a player from losing or winning.
2015-01-21 23:41:11 +01:00
LevelX2
1340ebff49
* Untap restricting effects - Fixed that the selection of the permanent to untap was wrongly handled targeted. So something with protection from red could not be untapped while e.g. Smoke was into play.
2015-01-21 22:48:32 +01:00
LevelX2
b12b044e36
* Added some basic logging for deck format validation
2015-01-21 14:40:05 +01:00
LevelX2
8b2445551e
* Added 2 tests to Phantasmal Image Tests.
2015-01-20 17:23:17 +01:00