drmDev
|
8051b8dedf
|
Tree of Perdition bug fix - was incorrectly gaining toughness AND power equal to opponent life total
|
2016-08-13 23:17:25 -04:00 |
|
LevelX2
|
539b03bd1d
|
Xmage 1.4.14v0
|
2016-08-13 10:14:38 +02:00 |
|
LevelX2
|
4bfac31370
|
* Archangel Avacyn - Fixed check for source object of triggered ability.
|
2016-08-13 09:38:28 +02:00 |
|
LevelX2
|
46566361e7
|
* Fixed a bug that if a copy token creature of a transformed creature was created (e.g. Mirror Mockery), the front side instead of the transformed side was copied.
|
2016-08-12 15:42:50 +02:00 |
|
LevelX2
|
0c617d1d35
|
* Ink-Eyes, Servant of Oni - Fixed a bug of how the card was moved to the battlefield by the triggered effect.
|
2016-08-12 13:25:12 +02:00 |
|
LevelX2
|
aa58c76ba9
|
* Meld - Fixed a bug that produced an exception if while the meld ability was on the stack, one of the permanents to meld left the battlefield meanwhile.
|
2016-08-12 12:12:10 +02:00 |
|
LevelX2
|
6f89a67f68
|
* Some more changes to return boolean for addCounters.
|
2016-08-11 19:14:18 +02:00 |
|
LevelX2
|
318a0745f0
|
Merge origin/master
|
2016-08-11 17:41:57 +02:00 |
|
LevelX2
|
058d25fa56
|
* Added return code to addCounter method.
|
2016-08-11 17:40:51 +02:00 |
|
spjspj
|
0fddbbe297
|
Merge pull request #2163 from spjspj/master
spjspj - Implement Guardian Beast (ARN)
|
2016-08-11 23:12:59 +10:00 |
|
spjspj
|
d5ab9df255
|
spjspj - Implement Guardian Beast (ARN)
|
2016-08-11 23:12:06 +10:00 |
|
spjspj
|
fd4b0474e0
|
Merge pull request #2162 from spjspj/master
spjspj - Implement Guardian Beast (ARN)
|
2016-08-11 23:06:52 +10:00 |
|
spjspj
|
f46c06066a
|
spjspj - Implement Guardian Beast (ARN)
|
2016-08-11 23:03:22 +10:00 |
|
fireshoes
|
5ee29a14e6
|
[CN2] Implemented Kaya, Ghost Assassin
|
2016-08-10 14:20:18 -05:00 |
|
LevelX2
|
a399bd2f63
|
Added a test.
|
2016-08-10 17:33:10 +02:00 |
|
drmDev
|
b7743e69a0
|
Pariah's Shield bug fix - replacement effect only occurs when equipped to a creature
|
2016-08-09 21:25:13 -04:00 |
|
drmDev
|
5c7d7da904
|
another attack requirement test from reported bug on Berserkers of Blood Ridge not attacking. unconfirmed - was AI controlled though
|
2016-08-09 21:21:14 -04:00 |
|
LevelX2
|
aa5623fd70
|
* Blinkmoth Urn - Fixed that the created mana was not removed at the steps end.
|
2016-08-09 22:52:22 +02:00 |
|
LevelX2
|
7504c58d5a
|
Merge pull request #2160 from Choiseul11/choiseul11/2159-indulgent-aristocrat-tooltip-error
Changed Indulgent Aristocrat filter to prevent 'each' appearing twice…
|
2016-08-09 22:37:05 +02:00 |
|
Timothy Rogers
|
64f4a1584f
|
Changed Indulgent Aristocrat filter to prevent 'each' appearing twice in tooltip
|
2016-08-09 14:10:02 -05:00 |
|
LevelX2
|
c31bf97440
|
* Fixed some problems if a creature has multiple madness abilities.
|
2016-08-09 13:14:29 +02:00 |
|
LevelX2
|
c563d6f701
|
* Fixed zone handling of meld cards that left the battlefield (fixes that coninuous effects of meld cards didn't stop to be applied after the meld card left the battlefield) fixes #2140.
|
2016-08-09 10:20:59 +02:00 |
|
LevelX2
|
a2a540c2b4
|
Merge pull request #2157 from fwannmacher/master
Removed "CARD ZONE" from tooltip when it is not necessary
|
2016-08-09 09:03:12 +02:00 |
|
fwannmacher
|
a052830628
|
- Removed "CARD ZONE" from tooltip when it is not necessary
|
2016-08-08 18:30:42 -03:00 |
|
LevelX2
|
00b6327859
|
* Added test for Meld (Bug that effects of the melded permanent do not end if the melded card left battlefield).
|
2016-08-08 17:56:44 +02:00 |
|
LevelX2
|
7f8f4bc034
|
* Goblin Gaveleer - Added missing Trample ability.
|
2016-08-08 17:10:28 +02:00 |
|
LevelX2
|
c84180b0f7
|
* Eye of the Storm - Fixed that the exiled spells could only always be cast by the controller of the Eye of the Storm.
|
2016-08-08 16:49:45 +02:00 |
|
LevelX2
|
47fb2c1ac5
|
Merge origin/master
|
2016-08-08 16:29:58 +02:00 |
|
LevelX2
|
005a805973
|
* Unbreathing Horde - Fixed that the creature came onto battlefield with one counter less than intended.
|
2016-08-08 16:29:16 +02:00 |
|
LevelX2
|
9e29a01c0c
|
* Grafted Wargear - Fixed that the sacrifice effect did not work.
|
2016-08-07 10:16:25 +02:00 |
|
LevelX2
|
07bbd53d82
|
* Stitcher's Graft - Fixed that the sacrifice effect did not work.
|
2016-08-07 10:12:38 +02:00 |
|
LevelX2
|
8ccb5d18ec
|
* removing double negative checks.
|
2016-08-07 09:28:39 +02:00 |
|
LevelX2
|
f84040f4c0
|
Merge pull request #2155 from Choiseul11/timr/implement-assorted-cards
Timr/implement assorted cards
|
2016-08-07 08:50:22 +02:00 |
|
Timothy Rogers
|
32d70cb069
|
Changed Celestial Sword sacrifice trigger to use CreateDelayedTriggeredAbilityEffect and AtTheBeginOfNextEndStepDelayedTriggeredAbility
|
2016-08-06 17:00:50 -05:00 |
|
LevelX2
|
73a30f5659
|
* Fixed wrong asserts of undying test (#2148)
|
2016-08-06 19:20:56 +02:00 |
|
LevelX2
|
7a4b358f8a
|
* Fixed CMC for spells (Escalate is not calculated correctly when more than 1 mode is chosen) fixes #2143.
|
2016-08-06 13:16:49 +02:00 |
|
LevelX2
|
5b5c13c137
|
* Kusari-Gama - Fixed trigger occurs but no damage is dealt (fixes #2154).
|
2016-08-06 12:43:16 +02:00 |
|
LevelX2
|
286dc55396
|
* Fixed Sightless Brawler cannot attack with other creatures attacking (fixes #2133).
|
2016-08-06 12:30:52 +02:00 |
|
LevelX2
|
14c02bc756
|
Merge origin/master
|
2016-08-06 11:33:55 +02:00 |
|
LevelX2
|
9df373e8f3
|
* Fixed Leech Bonder -1/-1 Tokens don't kill off enemy creatures (fixes #1975).
|
2016-08-06 11:33:24 +02:00 |
|
Derek M
|
11cd3089b4
|
Merge pull request #2156 from use/patch-1
Use "his or her" rather than "his"
|
2016-08-06 01:36:13 -04:00 |
|
Will Hall
|
e2fdcb8aa3
|
Use "his or her" rather than "his"
|
2016-08-05 22:34:46 -07:00 |
|
drmDev
|
3f6792bffe
|
escalate test with spell queller interaction confirms bug #2143
|
2016-08-06 00:24:44 -04:00 |
|
Timothy Rogers
|
adf6575eb2
|
Fixed author comment on Murderous Betrayal
|
2016-08-05 22:02:56 -05:00 |
|
Timothy Rogers
|
33e0f2cdde
|
Implemented Murderous Betrayal
|
2016-08-05 20:52:11 -05:00 |
|
drmDev
|
f340c3da85
|
test confirming undying bug for #2148
|
2016-08-05 21:52:04 -04:00 |
|
drmDev
|
895e65a42c
|
Kusari-Gama test confirms bug for #2154
|
2016-08-05 21:29:37 -04:00 |
|
Quercitron
|
b91ef8b385
|
* Thirsting Axe - Fix check if equipped creature dealt combat damage to creature (fixes #2145).
|
2016-08-06 03:15:54 +03:00 |
|
drmDev
|
57995f893e
|
Clergy of Holy Nimbus tests
|
2016-08-05 18:17:10 -04:00 |
|
Timothy Rogers
|
cb591e10ef
|
Fixed author comment
|
2016-08-05 17:11:27 -05:00 |
|