Commit graph

18467 commits

Author SHA1 Message Date
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