Commit graph

18671 commits

Author SHA1 Message Date
Oleg Agafonov
690f5f688d * Ludevic, Necro-Alchemist - fixed that it triggers on controller turn too, added condition hint; 2019-12-15 23:45:36 +04:00
LevelX2
2413f956ee Fixed a problem with bosster generation for boosters with partners and basic lands. 2019-12-15 16:18:04 +01:00
LevelX2
af9f2c93dd
Merge pull request #5910 from magefree/set_lint
Fix various hints and warnings on many set & block classes (via Intel…
2019-12-15 13:21:08 +01:00
Oleg Agafonov
be6a588a7f Fixed NPE errors 2019-12-15 15:00:31 +04:00
LevelX2
ca0297d7c8
Merge pull request #6015 from t-schroeder/crownoffury
Implemented Crown of Fury
2019-12-15 08:36:12 +01:00
Patrick Hulin
5d35ee675d Fix Mysterious Pathlighter. 2019-12-14 23:31:39 -05:00
LevelX2
515b55f088 Fixed handling of Guardian Beast, fixed rule text display (fixes #5922). 2019-12-14 22:20:59 +01:00
Oleg Agafonov
d088166954 * Snarespinner - fixed wrong text 2019-12-14 22:13:18 +04:00
LevelX2
b7b3bc4474 Merge origin/master
Conflicts:
	Mage/src/main/java/mage/players/PlayerImpl.java
2019-12-14 18:41:12 +01:00
LevelX2
da9f24e008 Removed deprecated AdjustingSourceCosts interface. 2019-12-14 18:33:11 +01:00
LevelX2
7c96171359 Set unique class names. 2019-12-14 18:29:27 +01:00
Evan Kranzler
08e50a1ca4 Implemented Commanding Presence 2019-12-14 11:14:14 -05:00
Evan Kranzler
f1b9b5aba7 Implemented Daxos, Blessed by the Sun 2019-12-14 11:14:13 -05:00
Evan Kranzler
1b8b452a99 Implemented Hero of the Winds 2019-12-14 11:14:13 -05:00
Evan Kranzler
a7fb82e0cc Implemented Staggering Insight 2019-12-14 11:14:13 -05:00
Evan Kranzler
8487816425 Implemented Inevitable End 2019-12-14 11:14:12 -05:00
Oleg Agafonov
732a48e936 Fixed and improved tests for latest changes like asThough and adventure cards; 2019-12-14 19:19:32 +04:00
Oleg Agafonov
ddedabad85 Improved cards with "may spend mana as though":
* Game: added combo support with adventure and split cards;
 * AI: computer can see and play it;
 * UI: users can see playable cards for as though mana cost.
2019-12-14 18:59:18 +04:00
Oleg Agafonov
c9ea0f1877 Fixed Bolas's Citadel combo with adventure cards 2019-12-14 18:51:35 +04:00
Oleg Agafonov
6791aea98e Fixed compile error 2019-12-14 17:32:33 +04:00
LevelX2
cdd7dce764 Fixed select prompt text of Sisay, Weatherlight Captain. 2019-12-14 12:30:07 +01:00
jmharmon
2d4f8b6a02
Fix to CounterTargetEffect 2019-12-13 20:43:16 -08:00
jmharmon
073ee1419b
Implement Nyxborn Courser 2019-12-13 20:34:18 -08:00
jmharmon
b538baef6f
Implement Memory Drain 2019-12-13 20:33:23 -08:00
jmharmon
f954d1ad93
Implement Leonin of the Lost Pride 2019-12-13 20:32:17 -08:00
jmharmon
4099d233a9
Implement Eidolon of Philosophy 2019-12-13 20:31:13 -08:00
jmharmon
ea65f67078
Implement 4 cards 2019-12-13 20:30:04 -08:00
Evan Kranzler
d58f705250 Implemented Nyxborn Colossus 2019-12-13 22:02:53 -05:00
Evan Kranzler
b4caa0d889 Implemented Mire's Grasp 2019-12-13 22:02:06 -05:00
Evan Kranzler
a0d7bf5fd0 updated THB spoiler and reprints 2019-12-13 22:00:29 -05:00
jeffwadsworth
3dfb7ea0da - little fix to outcome on Drakuseth, Maw of Flames 2019-12-13 16:33:38 -06:00
jeffwadsworth
88ca9b1829 - Fixed #6091 2019-12-13 14:41:39 -06:00
Evan Kranzler
447002ee67 Implemented Setessan Champion 2019-12-13 08:17:37 -05:00
Evan Kranzler
582ac00238 Implemented Klothys's Design 2019-12-13 08:05:42 -05:00
Patrick Hulin
383069f5eb Merge branch 'master' of https://github.com/magefree/mage into adventures 2019-12-11 22:15:38 -05:00
Evan Kranzler
a2c142df41 fixed the amount of tokens made by Elspeth, Sun's Nemesis 2019-12-11 20:50:23 -05:00
Evan Kranzler
3965061234 Implemented Elspeth, Sun's Nemesis 2019-12-11 20:08:07 -05:00
Evan Kranzler
23324f2169 Added Theros: Beyond Death 2019-12-11 19:39:51 -05:00
Oleg Agafonov
c6dd9a2621 * Master Splicer - fixed text; 2019-12-11 04:40:52 +04:00
Patrick Hulin
b0bac1f751 Fix Bolas's Citadel and add test. 2019-12-10 18:01:32 -05:00
jeffwadsworth
dd68a1ba84 - Fixed #6084 2019-12-10 16:51:35 -06:00
jeffwadsworth
ca22a7750a - Fixed #5925 and related issues. 2019-12-10 10:25:07 -06:00
James Fitzpatrick
b2e4e950d0 6079 - Fixing conditional damage order, conditions (#6080)
* 6079 - Fixing conditional damage order, conditions

As of c482fad, a number of spells had their conditional damage
reworded in oracle text. As a part of these changes, some of the
spells had their order of effects inverted, with the damage
after the condition was happening before the condition was met.
In addition, Brimstone volley was changed from a Morbid condition
to a Hellbent condition. This commit corrects those typos.

* Update Mage.Sets/src/mage/cards/f/FirecannonBlast.java

Co-Authored-By: Fenhl <fenhl@fenhl.net>
2019-12-09 14:26:57 -06:00
jeffwadsworth
99c50d041a - Fixed #6079 2019-12-09 10:45:50 -06:00
Patrick Hulin
04a4b91a59 Begin implementing adventures. 2019-12-09 11:30:11 -05:00
Oleg Agafonov
b0c01da007
Merge pull request #6077 from Tosh94/fix-plasm-capture-double-mana
Fix Plasm Capture giving double mana in the next pre-combat main phase
2019-12-08 17:16:27 +01:00
Tosh94
1365e7ff6c Fix NPE when using Nicol Bolas, God-Pharaoh's +1 when an opponent has no cards in hand. 2019-12-08 17:03:47 +01:00
Tosh94
01ad151934 Fix Plasm Capture giving double mana in the next pre-combat main phase.
Additionally, remove special PlasmCaptureManaEffect in favor of the generic AddManaInAnyCombinationEffect, improving mana selection.
2019-12-08 16:48:23 +01:00
Oleg Agafonov
899cde4d54
Merge pull request #6073 from ssouders412/pronoun-fixes
Updated pronouns to reflect current rules and oracle text
2019-12-07 01:07:11 +01:00
ssouders412
50bd6cbc32
More pronoun fixes 2019-12-06 15:17:44 -05:00
ssouders412
2d3247d732
Updated pronouns to reflect current rules and oracle text
Replaced all instances of "her or she", "him or her", and "his or her", with "they", "them", and "their", or sometimes "that player". Updated verbs where appropriate.
2019-12-06 14:29:36 -05:00
jeffwadsworth
30e8fec8df - Fixed #5931 2019-12-06 11:43:12 -06:00
jeffwadsworth
97f066a31a - Fixed #5948 2019-12-05 18:27:51 -06:00
jeffwadsworth
d8a4ddf04a - Fixed #5989 2019-12-05 09:24:56 -06:00
Sarah Souders
b208dc332f Fixed Rankle's triggered ability (#6064)
* Fixed Rankle's triggered ability

Any number of available modes can now be selected, including zero.

* Update AbilityImpl.java

* getTargets now returns empty Target for null Mode

Reverted null Target check changes in StackAbility.

* Update HumanPlayer.java
2019-12-04 20:59:03 -06:00
Sarah Souders
e437577b5a K'rrik fixes, payment for triggered abilities (#6060)
* K'rrik fixes, payment for triggered abilities

K'rrik's Phyrexian ability is now handled separately from actual Phyrexian mana costs. It can now be used to pay for triggered abilities like Extort.

* K'rrik tests added

Tests include:
- only usable by 1 player
- usable with activated/triggered abilities
- usable as an alternative to true Phyrexian mana, getting around Trinisphere
2019-12-04 16:27:41 -06:00
jeffwadsworth
95d749648e - Fixed #6067 2019-12-04 16:25:14 -06:00
jeffwadsworth
2e59a45895 - Fixed #6068 2019-12-04 16:20:15 -06:00
jeffwadsworth
c7acebb47c - Fixed #6070 2019-12-04 16:17:04 -06:00
jeffwadsworth
3a054c335a - text fix Lost Order of the Jarkeld 2019-12-03 17:55:07 -06:00
jeffwadsworth
156b1a4b68 - Fixed #6022 2019-12-03 17:52:35 -06:00
jeffwadsworth
b4be2e5f4a - Fix for Vivien, Arkbow Ranger 2019-12-02 12:00:19 -06:00
jeffwadsworth
1da15ee8fa - Fix for last commit. Note comment in that commit. 2de7c136ea 2019-12-02 09:38:51 -06:00
jeffwadsworth
2de7c136ea - Fixed #6056. Please test when you can. Now you will see other abilities/spellAbilities from cards presented during the cast from exile. Overload, Emerge, Surge, etc. 2019-12-01 21:53:01 -06:00
Tosh94
76da8dd539 Fix NoSuchElementException when resolving Tectonic Hellion's triggered ability. (#6061) 2019-11-30 15:27:37 -06:00
jeffwadsworth
dbf56a5160 - Fixed #5956 2019-11-30 06:33:39 -06:00
Evan Kranzler
22f5168386 Update EscapedShapeshifter.java 2019-11-29 20:36:48 -05:00
Oleg Agafonov
b61e50ae61 * Gameplay: fixed missing RTR set in Pioneer format; 2019-11-30 02:56:04 +04:00
Oleg Agafonov
7469d59eee Prepare new release 2019-11-30 01:32:54 +04:00
Oleg Agafonov
c02069114d Little fixes 2019-11-30 00:23:51 +04:00
Oleg Agafonov
11f5ae5b59 * Escaped Shapeshifter - fixed that it doesn't count Escaped Shapeshifter to apply effect; 2019-11-29 22:20:23 +04:00
Oleg Agafonov
7998e31da6 Refactor: improved checks from 5c15400f02 2019-11-29 19:51:56 +04:00
Oleg Agafonov
ee74c7547c Missing comments 2019-11-28 23:52:23 +04:00
Oleg Agafonov
2d57c8061e
Merge pull request #6057 from Tosh94/fix-pollenbright-wings
Fix Pollenbright Wings untapping controller's lands
2019-11-28 20:51:27 +01:00
Oleg Agafonov
236cb46125 Additional token fixes for #6032:
- fixed wrong Elemental token images in BFZ's cards (Omnath, Locus of Rage and Seed Guardian);
 - fixed wrong Elemental token image in OGW's cards (Chandra Flamecaller);
 - removed unnecessary tokens from AKH, HOU and EMN (card duplicates);
 - fixed missing Goblin token in DOM;
 - fixed missing Bird Illusion token in GRN;
 - fixed same Zombie token in C19;
2019-11-28 23:42:39 +04:00
Tosh94
80fbc7e396 Per #5126:
Pollenbright wings bug: Pollenbright wings untaps all his controller lands after attacking (reported by Colnakdc / 2018-06-26 13:58:58.049).

Removed UntapAllLandsControllerEffect from triggered ability.
2019-11-28 12:53:00 +01:00
jeffwadsworth
792af6d331 - Fixed #5854 2019-11-27 23:56:22 -06:00
jeffwadsworth
9c6d0f6d59 Added zone change check to Wave of Stolen Identity. 2019-11-27 11:00:36 -06:00
jeffwadsworth
9094303aa7 Fixed #6053 2019-11-26 16:31:54 -06:00
Adrian Petrescu
272d72caae
Fix filtering bug in Leyline of Abundance.
Basically the abundance effect was triggering on your opponents' mana
creatures too. Now it should only trigger on your own. Added
previously-failing test as well.

Fixes #6052.
2019-11-25 17:23:13 -05:00
jeffwadsworth
184e32e817 Fixed #6025 2019-11-25 11:48:02 -06:00
jeffwadsworth
6fd98b4fd4 Fixed #6028 2019-11-25 09:56:52 -06:00
jeffwadsworth
4468a1abc6 - Fixed #6031 2019-11-24 22:34:45 -06:00
jeffwadsworth
8b8d21d4ad - Fixed #6033 2019-11-24 19:45:01 -06:00
jeffwadsworth
c4de13ac17 - Fixed #6049 2019-11-23 20:38:07 -06:00
jeffwadsworth
1246c55c5c Fixed Mesmeric Fiend bug. https://www.slightlymagic.net/forum/viewtopic.php?f=70&t=28979&p=239932#p239932 2019-11-22 16:51:37 -06:00
jeffwadsworth
5c15400f02 Fixed cards with "Spells and abilities your opponents control can't cause you to sacrifice permanents". 2019-11-22 15:41:19 -06:00
jeffwadsworth
db9bdfdd5c Fixed Yarok's Fenlurker 2019-11-22 08:43:55 -06:00
jeffwadsworth
6d21c9d3dc Fixed #6045 - Note that an addition was made to MorphAbility 2019-11-21 17:39:42 -06:00
Jeff
3f9f860f85 Fixed #6047 2019-11-19 15:32:44 -06:00
Evan Kranzler
b8cc48c2ca fixed Krenko, Mob Boss only counting goblin creatures 2019-11-18 16:55:19 -05:00
Oleg Agafonov
54008b384c
Merge pull request #6043 from magefree/LeadershipVacuum
Fixed Leadership Vacuum
2019-11-15 07:45:43 +01:00
Gösta
dba27dcb35 Fixed Elsha of the Infinite 2019-11-15 00:45:05 +01:00
Gösta
4665278f65 Fixed Leadership Vacuum 2019-11-14 23:42:29 +01:00
Gösta
5bdce2f38d Implemented Mandate of Peace 2019-11-14 13:26:52 +01:00
Oleg Agafonov
22fbe57d84
Merge pull request #6041 from ssouders412/MustBeBlockedFix
Irresistible Prey "must be blocked" fix
2019-11-14 01:33:58 +01:00
ssouders412
9293b7704e Fixed missing import 2019-11-13 19:08:45 -05:00
ssouders412
62891df612 Reverted to custom text
Custom text is required for these cards. Added custom text to Enlarge and Deadly Allure.
2019-11-13 18:56:57 -05:00
Gösta
be1d59a81b Implemented Chainer, Nightmare Adept 2019-11-13 22:14:45 +01:00
ssouders412
84701cfbab Fixed K'rrik, Son of Yawgmoth
K'rrik's second ability is no longer active after he leaves the battlefield.

KNOWN ISSUE: Cards you would not normally be able to play without this ability are still not highlighted as playable.
2019-11-13 02:01:24 -05:00
ssouders412
ee4312436d Fixed Irresistible Prey's must be blocked ability
Also unified the implementation of similar effects.
2019-11-12 19:04:12 -05:00
ssouders412
6fd9cab283 Implemented K'rrik, Son of Yawgmoth
KNOWN ISSUE: K'rrik's ability allowing the player to pay Phyrexian for black mana remains active after K'rrik leaves the battlefield.
2019-11-11 00:17:57 -05:00
Evan Kranzler
2281a4df7c fixed Obzedat, Ghost Council interacting incorrectly with other exile effects 2019-10-23 20:46:01 -04:00
Tim Schroeder
54552a94ad implemented Crown of Fury 2019-10-16 04:41:06 +02:00
Evan Kranzler
041fb31205 Implemented Silent Assassin 2019-10-13 13:20:21 -04:00
Evan Kranzler
121a93b9b4 fixed Ayara, First of Locthwain triggering off of noncreature permanents (fixes #6013) 2019-10-12 17:08:26 -04:00
Evan Kranzler
35ebebd0f4 Implemented Calculating Lich 2019-10-12 11:43:35 -04:00
Evan Kranzler
6f600c0a50 Implemented Fiendish Duo 2019-10-12 11:31:58 -04:00
Evan Kranzler
24efd96edb Implemented Earthshaker Giant 2019-10-12 11:22:34 -04:00
Evan Kranzler
1693762fa8 Implemented Highcliff Felidar 2019-10-12 11:19:31 -04:00
Evan Kranzler
811ab5d69a Implemented Sphinx of Enlightenment 2019-10-12 10:40:52 -04:00
Evan Kranzler
5f1fa5608e added Game Night 2019 2019-10-12 10:37:22 -04:00
Adrian Petrescu
69cff6c920 Fix buggy login in SyrKonradTheGrimTriggeredAbility.checkTrigger()
Basically needed to check that creatures leaving the graveyard belong to
the controlling player.
2019-10-11 09:59:06 -04:00
Evan Kranzler
b324886c09 fixed Deafening Silence 2019-10-10 17:01:21 -04:00
Adrian Petrescu
5c82085937 Fix poor naming of Embercleave's cost-reduction effect 2019-10-08 13:35:42 -04:00
Evan Kranzler
fc3910477c fixed Embercleave text for real this time (#6008) 2019-10-06 20:06:28 -04:00
Evan Kranzler
1bf32d2f32 Implemented Infernal Harvest 2019-10-06 19:14:06 -04:00
Evan Kranzler
f7b2ddda56 Implemented Crimson Roc 2019-10-06 18:40:41 -04:00
Evan Kranzler
45b3d391d7 fixed Syr Faren, the Hengehammer's ability 2019-10-06 18:31:12 -04:00
Evan Kranzler
65efdc36f5 fixed Embercleave text (fixes #6008) 2019-10-06 18:28:52 -04:00
Evan Kranzler
e1c2f7954b Implemented Puffer Extract 2019-10-05 13:18:43 -04:00
Evan Kranzler
7abbddd085 Implemented Apathy 2019-10-05 13:10:33 -04:00
Evan Kranzler
517e92ec71 Implemented Wall of Resistance 2019-10-03 21:21:10 -04:00
Evan Kranzler
0283a26a3e Implemented Stabilizer 2019-10-03 21:12:36 -04:00
Evan Kranzler
90bdfe4183 fixed numbering 2019-10-03 20:09:13 -04:00
Evan Kranzler
be15f60e69 Implemented Reign of Terror 2019-10-03 20:05:03 -04:00
Evan Kranzler
193182aa3d Implemented Mtenda Lion 2019-10-03 19:42:09 -04:00
Evan Kranzler
69b06087f2 fixed a bug with Arctic Foxes 2019-10-03 19:26:51 -04:00
Evan Kranzler
bf159edb78 Implemented Blind Fury 2019-10-03 18:24:13 -04:00
Evan Kranzler
38c25eedb7 Implemented Escaped Shapeshifter 2019-10-03 18:12:28 -04:00
Evan Kranzler
55173733e6 Implemented Spirit Flare 2019-10-03 16:58:45 -04:00
Evan Kranzler
2d14a1d12e Implemented Essence Vortex 2019-10-03 16:39:38 -04:00
Evan Kranzler
bc8cfab679 Implemented Grizzled Wolverine 2019-10-03 16:04:54 -04:00
Evan Kranzler
29096965a6 Implemented Snowblind 2019-10-03 14:08:09 -04:00
Evan Kranzler
67a1f6794a Implemented Elvish Healer 2019-10-03 13:50:20 -04:00
Evan Kranzler
24458d66a5 Implemented Gaea's Balance 2019-10-03 13:32:41 -04:00
Evan Kranzler
6c27ccd8a6 Implemented Arctic Foxes 2019-10-03 12:51:00 -04:00
Evan Kranzler
ef69aa7326 updated some class names to match naming conventions 2019-10-03 12:35:22 -04:00
Evan Kranzler
e4bcd0abdd fixed Kenrith, the Returned King's last ability (fixes #6007) 2019-10-03 07:11:26 -04:00
Evan Kranzler
3987c50595 fixed Lochmere Serpent not targeting cards in graveyards 2019-10-02 08:09:08 -04:00
Evan Kranzler
8d24702c7c fixed Thrill of Possibility text 2019-10-02 08:04:18 -04:00
Evan Kranzler
353789b277 added a hint to Sundering Stroke 2019-09-30 19:00:54 -04:00
Evan Kranzler
3d224ffb61 reverted change to triggered abilities (#6001) 2019-09-30 18:45:10 -04:00
Evan Kranzler
037998a187 fixed Covetous Urge allowing any card to be cast 2019-09-30 17:47:10 -04:00
Evan Kranzler
459543b126 fixed The Cauldron of Eternity text 2019-09-28 20:47:43 -04:00
Evan Kranzler
476184dd73 fixed Elfhame Sanctuary not revealing the card it finds 2019-09-28 17:57:08 -04:00
Evan Kranzler
9dcbdc18a9 fixed Shriekhorn text 2019-09-27 21:39:04 -04:00
Evan Kranzler
7e4df908c6 fixed Training Grounds applying to noncreature permanents 2019-09-27 21:36:41 -04:00
Evan Kranzler
69802c78fd updated mana spent to cast spell text 2019-09-27 18:21:50 -04:00
Evan Kranzler
c482fade53 updated damage wording 2019-09-27 18:21:12 -04:00
Evan Kranzler
f6552d248d updated Dwarven Song to match oracle text change 2019-09-27 18:21:12 -04:00
Evan Kranzler
f264205dfe updated creatures that gained the Noble subtype 2019-09-27 18:21:11 -04:00
Oleg Agafonov
3877d2267a AI: fix wrong cards outcome in choose dialogs; 2019-09-27 22:11:30 +04:00
Oleg Agafonov
f719503a89 Prepare new release 2019-09-27 21:19:03 +04:00
Evan Kranzler
626a8b55b8 fixed triggered abilities which trigger off of "one or more creatures" dealing damage not working with double strike 2019-09-26 10:09:41 -04:00
Evan Kranzler
928058a192 fixed Run Away Together not resolving 2019-09-25 12:26:32 -04:00
Evan Kranzler
720180ed93 fixed Memory Theft error 2019-09-25 10:18:14 -04:00
Evan Kranzler
56ede98b03 fixed Covetous Urge not allowing the exiled card to be cast 2019-09-25 10:07:54 -04:00
Evan Kranzler
c4aebb49db fixed Syr Konrad, the Grim errors (fixes #5973) 2019-09-25 09:19:14 -04:00
Evan Kranzler
9a993f9871 fixed The Great Henge and Return of the Wildspeaker throwing errors when no creatures are present 2019-09-25 09:07:02 -04:00
Evan Kranzler
3d5925826c temporary workaround for Rankle, Master of Pranks (still can't choose zero modes) #5979 2019-09-24 22:26:28 -04:00
Evan Kranzler
b245b493b8 Implemented Outlaws' Merriment 2019-09-24 21:41:02 -04:00
Evan Kranzler
a99afc763d updated Dread Warlock creature type 2019-09-24 20:07:12 -04:00
Evan Kranzler
80790b74e7 fixed a numbering error 2019-09-24 20:03:00 -04:00
Evan Kranzler
3c2471fe7d Implemented Forked Lightning 2019-09-24 19:50:02 -04:00
Evan Kranzler
ed8ce472af fixed Fabled Passage putting lands into play untapped 2019-09-24 09:26:31 -04:00
Evan Kranzler
a4f9c76425 Implemented Sundering Stroke 2019-09-24 08:37:45 -04:00
Evan Kranzler
a2c4dc69d8 fixed Wicked Guardian drawing two cards instead of one (fixes #5996) 2019-09-24 08:23:26 -04:00
Evan Kranzler
2daa9b6004 fixed Fires of Invention allowing more than two spells cast 2019-09-23 10:00:23 -04:00
Evan Kranzler
6bd622072c fixed Kazuul, Tyrant of the Cliffs not triggering when a planeswalker is attacked 2019-09-22 21:26:02 -04:00
Evan Kranzler
fc6347b472 fixed Heraldic Banner pumping all creatures of the chosen color 2019-09-22 21:15:48 -04:00
Evan Kranzler
520de8a6d5 fixed Torbran, Thane of Red Fell not increasing damage to players 2019-09-22 21:13:12 -04:00
Evan Kranzler
d888d81209 fixed Joust causing your creature to fight itself 2019-09-22 19:11:55 -04:00
Evan Kranzler
71aab17858 fixed Gadwick, the Wizened not drawing cards 2019-09-22 16:00:24 -04:00
Evan Kranzler
674e24f020 fixed Cauldron's Gift not giving a counter to the creature 2019-09-22 13:11:10 -04:00
Evan Kranzler
6911a2540b fixed Searing Barrage dealing too much to players 2019-09-22 13:09:50 -04:00
Evan Kranzler
24a7f13c81 fixed Pattern Matcher counting itself when it searches (fixes #5994) 2019-09-21 21:36:36 -04:00
Evan Kranzler
13ba8b0900 used reset method on triggered abilities 2019-09-21 21:29:08 -04:00
Evan Kranzler
c3807f6c38 Implemented Deathless Knight 2019-09-21 20:53:21 -04:00
Evan Kranzler
3b6da056ea Implemented Hushbringer 2019-09-21 20:36:24 -04:00
Evan Kranzler
5a5e51a151 Implemented Memory Theft 2019-09-21 20:00:46 -04:00
Evan Kranzler
48a678fad9 Implemented Covetous Urge 2019-09-21 19:40:19 -04:00
Evan Kranzler
fa73f2d1a5 fixed a verify error 2019-09-21 16:42:03 -04:00
Evan Kranzler
112cc44666 Implemented Bartered Cow 2019-09-21 16:30:06 -04:00
Evan Kranzler
e9f04114d8 Implemented Kenrith's Transformation 2019-09-21 16:17:01 -04:00
Evan Kranzler
d5ab4a60d5 Implemented Weapon Rack 2019-09-21 16:09:02 -04:00
Evan Kranzler
0077ad5a07 added ELD collector's edition 2019-09-21 15:57:08 -04:00
Evan Kranzler
482f49e229 Implemented Queen of Ice 2019-09-21 15:43:11 -04:00
Evan Kranzler
3b9a9d7645 Implemented Outflank 2019-09-21 15:38:27 -04:00
Evan Kranzler
874ff2d252 fixed Opportunistic Dragon not working 2019-09-21 15:33:06 -04:00
Evan Kranzler
25c40b5857 fixed Run Away Together targeting incorrectly 2019-09-21 15:20:07 -04:00
Evan Kranzler
109291a024 Implemented Barrow Witches 2019-09-20 20:16:39 -04:00
Evan Kranzler
fae1802ef6 Implemented Reaper of Night 2019-09-20 20:07:55 -04:00
Evan Kranzler
cac106dacc Implemented Merfolk Secretkeeper 2019-09-20 19:57:47 -04:00
Evan Kranzler
90d0abec4b Implemented Scalding Cauldron 2019-09-20 19:51:27 -04:00
Evan Kranzler
25fc1827ee Implemented Rimrock Knight 2019-09-20 19:45:10 -04:00
Evan Kranzler
61bf0f758d Implemented Dwarven Mine 2019-09-20 19:36:09 -04:00
Evan Kranzler
0d4bea3c4d Implemented Didn't Say Please 2019-09-20 19:28:04 -04:00
Evan Kranzler
baf9dbabc5 Implemented Lash of Thorns 2019-09-20 19:24:04 -04:00
Evan Kranzler
6d81d91f52 Implemented Malevolent Noble 2019-09-20 19:21:24 -04:00