Oleg Agafonov
437861ec20
Improved and fixed X mana cost and pays, mana pool:
...
* Pay X abilities - fixed that it spends all available mana pool instead only needed;
* Pay X abilities - added support of interactions with other X effects like Rosheen Meanderer's mana usage for "pay X to prevent";
* Rosheen Meanderer - fixed that it can't use mana for "you may pay X" like Flameblast Dragon's effect (#5206 );
* Devs: added support to use VariableManaCost to pay X in code (without generic's workaround, use ManaUtil.createManaCost to generate cost to pay);
2019-06-20 21:18:01 +04:00
Oleg Agafonov
e39dc1124b
Fixed NPE errors
2019-06-17 12:23:10 +04:00
Oleg Agafonov
1d7cac3059
* Oathbreaker: fixed that signature spell can moves to graveyard instead forced move to command zone ( #5819 );
2019-06-14 21:20:16 +04:00
Evan Kranzler
0636d470e2
fixed Splice onto Instant or Sorcery causing rollbacks, still need to fix it not working ( #5830 )
2019-06-07 22:08:41 -04:00
Oleg Agafonov
ecdc47ad68
* Scale Up - fixed that creatures doesn't lose types after overload pay;
2019-06-07 16:56:06 +04:00
Oleg Agafonov
1895a33966
[MH1] fixed Scale Up that it removes abilities;
2019-06-07 16:31:51 +04:00
Oleg Agafonov
97c8622311
Commander: improved lands compatibility with cost modification and restriction effects;
2019-05-23 14:57:26 +04:00
Oleg Agafonov
42ed14df52
* Commander: added support of lands as commander ( #5795 );
2019-05-23 12:40:45 +04:00
Gunnar Már Óttarsson
9f8c969f29
Fixed typo in cant attack unless you pay mana hover tooltip.
...
also minor code comment fix
2019-05-16 15:04:57 +00:00
Oleg Agafonov
1dcdff58d2
Fixed html visible title in choose cards dialog;
2019-05-14 15:36:33 +04:00
LevelX2
060766bb0a
* Updated UntapAllDuringEachOtherPlayersUntapStepEffect to also work correct with EndTurn effects played last turn.
2019-05-08 17:36:31 +02:00
Oleg Agafonov
3ff871c6de
* Proliferate - fixed that it highlights all permanents instead with counters only;
2019-05-02 17:25:46 +04:00
LevelX2
53341c5519
[ICE] Added Fylgja
2019-05-01 17:12:24 +02:00
Oleg Agafonov
367a1fd189
Added ConditionalPreventionEffect to support prevention effects with conditions ( #5738 )
2019-05-01 12:49:19 +04:00
Oleg Agafonov
f7622d3c4a
* Awakening of Vitu-Ghazi - fixed that it creates non legendary tokens
2019-04-30 14:40:19 +04:00
Jeff
7a35a76248
- The Adapt effect now works correctly when the permanent is blinked.
2019-04-29 14:18:44 -05:00
Oleg Agafonov
9ef2e0bda7
* No more continuous effects stay on battlefield after player leave the game;
...
Test framework: added real time check for player in game or not;
2019-04-28 19:32:25 +04:00
Oleg Agafonov
534037e095
* Until end of your turn - fixed that effects discarded too early in multiplayer games ( #5759 , #5676 );
...
Tests: added dozen tests for end of turn effects and related cards.
2019-04-28 11:27:08 +04:00
Jeff
d8a928051a
- ReturnFromGraveyardToHandTargetEffect() will now check to verify the target card is still in the graveyard.
2019-04-25 15:22:08 -05:00
Antoni Gierczak
e885bd0e02
Refactor Ugin's Conjurant, Protean Hydra with a new ability. Fixed Ashiok, Dream Renderer ( #5737 )
...
* Refactor Ugin's Conjurant, Protean Hydra with a new ability
* pushing bugfix for Ashiok, Dream Renderer not milling correctly.
2019-04-23 17:12:20 -05:00
Oleg Agafonov
0ef003a4a7
Fixed Awakening of Vitu-Ghazi that it doesn't change the name of the land it is cast on
2019-04-23 17:58:34 +04:00
Oleg Agafonov
081ac7ca3c
Fixed Single Combat that it does not prevent cast on next turn;
2019-04-23 16:05:34 +04:00
Oleg Agafonov
33af8939af
* Copy effects - fixed that it copy current P/T values (e.g. after effects applied) instead printed/selected values;
2019-04-23 12:03:16 +04:00
Oleg Agafonov
7b7c80c80a
[WAR] added God-Eternal Kefnet
2019-04-23 01:02:58 +04:00
Ian Kahn
ab2995d569
Fix log text with ProliferateEffect
...
Previously the number of counters would increase: (e.g. "Foo had 1 +1/+1 counter added. Bar had 2 +1/+1 counters added. ...3...")
2019-04-21 13:47:56 -04:00
Oleg Agafonov
73f7855e4d
Fixed that amass don't create token is opponent have it;
2019-04-20 20:15:21 +04:00
Evan Kranzler
7cea71d6f2
Merge branch 'master' into master
2019-04-20 08:52:33 -04:00
antonig@sas.upenn.edu
fcf3fb672b
implemented and tested Finale of Devastation.
2019-04-19 02:42:30 -04:00
Oleg Agafonov
ec202e1bc3
Fixed proliferate texts
2019-04-19 09:24:22 +04:00
Oleg Agafonov
03b28cfc1c
Fixed amass text
2019-04-19 08:40:35 +04:00
Evan Kranzler
254972be77
Implemented Ashiok, Dream Render
2019-04-15 14:10:06 -04:00
Evan Kranzler
0b11df3a00
broke out LookAtTopCardOfLibraryAnyTimeEffect into its own class
2019-04-13 15:03:54 -04:00
Evan Kranzler
15d389a5ba
Implemented Tamiyo, Collector of Tales
2019-04-13 12:01:31 -04:00
Jeff
59deea27e3
- added message to inform players of a Proliferate event.
2019-04-09 11:55:19 -05:00
Evan Kranzler
ec9b6ac135
Implemented Courage in Crisis
2019-04-05 14:18:39 -04:00
Oleg Agafonov
6c3b48b2a7
[WAR] - added token image;
2019-04-03 13:02:21 +04:00
Thomas Winwood
be2898d2f9
Proliferate now doesn't choose a type of counter
2019-04-02 03:46:15 +01:00
Evan Kranzler
9b43285df4
Implemented The Wanderer
2019-04-01 16:32:57 -04:00
Jeff
8fea509ed7
- little text fix.
2019-04-01 11:48:33 -05:00
Evan Kranzler
fb20ac0998
Implemented Dreadhorde Invasion
2019-03-31 13:32:34 -04:00
Evan Kranzler
ffef19fe43
Implemented Invade the City
2019-03-31 12:43:00 -04:00
Evan Kranzler
bebc8a8ac4
implemented Herald of the Dreadhorde
2019-03-31 12:29:23 -04:00
Jeff
263c9acfcc
- Fixed #5538 and #5629
2019-03-21 16:21:46 -05:00
Jeff
efb357747d
- Fixed #5637
2019-03-18 09:18:39 -05:00
Jeff
5c1f41f3a7
- First steps towards fixing Phased/Phased indirectly permanents.
2019-03-15 10:01:02 -05:00
Jeff
c784753ee6
- little fixes. #5625
2019-03-11 08:50:05 -05:00
Jeff
5220e44b16
- little fixes
2019-03-06 17:11:45 -06:00
Jeff
26fd9f6088
- Fixed #5614
2019-03-04 17:38:52 -06:00
Ingmar Goudt
553d263526
add missing diamond operators
2019-03-04 11:57:53 +01:00
Oleg Agafonov
6846db75f4
* Fixed cards with skip untap optional ability that cause game freezes ( #5606 )
2019-03-01 18:10:32 +04:00