Ingmar Goudt
f2c64629a5
couple of Sonar fixes
2019-02-15 13:31:10 +01:00
Jeff
921f1ff196
- Added requested card Null Chamber.
2019-02-14 11:24:05 -06:00
Jeff
7ab5e801e1
- Added requested card Peace Talks.
2019-02-13 18:04:41 -06:00
Jeff
ac4e51ce0d
- Fixed Rivals' Duel
2019-02-13 10:19:07 -06:00
Jeff
a7acaefb4a
- Fixed text Goblin Flotilla.
2019-02-11 17:04:22 -06:00
Jeff
e0d28436e9
- Fixed #5588
2019-02-11 15:55:48 -06:00
Jeff
0bd8a25821
- removed testing code.
2019-02-11 15:02:09 -06:00
Jeff
6bded2404e
- Fixed #5586 .
2019-02-11 15:00:36 -06:00
Ingmar Goudt
c8a4e7a46b
update JSoup, added test for Polluted Bonds, remove explicit parent groupId from poms
2019-02-11 15:03:18 +01:00
Oleg Agafonov
8d2c649250
* Epic Experiment - fixed infinite AI choose to cast wrong card ( #5023 );
2019-02-10 17:05:35 +04:00
jeffwadsworth
dc693e645a
- Fixed #5584 and #5582
2019-02-09 21:57:45 -06:00
Oleg Agafonov
3029e16fc1
* Consume the Meek - fixed that damage is regenerated instead not;
2019-02-10 04:43:41 +04:00
Oleg Agafonov
f58fb8d07b
Added new set Ravnica Allegiance Guild Kits (GK2) with 16 cards (scryfall download)
2019-02-09 16:53:42 +04:00
Oleg Agafonov
00ad61b6bd
Added new Mythic Edition (MED) set (16 cards, scryfall download)
2019-02-09 16:45:27 +04:00
Oleg Agafonov
e285b2770d
* Curse cards - fixed that it triggers on planeswalker attack only ( #5566 );
2019-02-09 15:40:23 +04:00
Oleg Agafonov
c52a3c8a48
Merge pull request #5580 from magefree/5497-dynamic-hints-for-cards
...
UI: Add dynamic hints for cards
2019-02-09 14:44:42 +04:00
Oleg Agafonov
3f510e97c9
Added more hint for cards;
2019-02-09 04:23:09 +04:00
Oleg Agafonov
5d2a56e542
Added 2+ gates control hint for cards and other;
2019-02-09 04:08:17 +04:00
Jeff
24e24a968e
- Added Phantasmal Sphere and Misfortune.
2019-02-08 17:25:28 -06:00
Oleg Agafonov
60a0ec03c0
Fixed NPE errors in canBlock restrict checks;
2019-02-09 02:48:11 +04:00
Jeff
10a2041115
- Added Benthic Explorers and Awesome Presence.
2019-02-08 12:24:03 -06:00
Oleg Agafonov
454d76e30b
Fixed NPE errors in canAttack restrict checks;
2019-02-08 17:30:47 +04:00
Oleg Agafonov
dd2cf5a939
Added gate you control hint for cards;
2019-02-08 17:17:40 +04:00
jeffwadsworth
f77a647608
- small adjustment to Thousand-Year Storm to handle multiple copies of it on the battlefield.
2019-02-08 04:20:32 -06:00
Oleg Agafonov
0d4e6772ed
Added ferocious hint for cards (you control reature with power 4);
2019-02-08 03:32:52 +04:00
Jeff
1092552425
- Fixed #5578
2019-02-07 17:09:51 -06:00
Jeff
faf9b96a54
- Fixed Field of Souls text.
2019-02-07 15:48:49 -06:00
Jeff
22da1413ac
- Fixed Polluted Bonds text.
2019-02-07 15:06:06 -06:00
Jeff
e68c37432b
- Fixed #5577
2019-02-07 14:35:00 -06:00
Jeff
7a58c21ef1
- Added Diseased Vermin and Fatal Lore.
2019-02-07 09:28:22 -06:00
Oleg Agafonov
92ce8be91d
Added hints to cards;
2019-02-07 15:21:01 +04:00
Oleg Agafonov
77bee43673
* Wojek Siren - fixed that it boosts 2/0 instead 1/1
2019-02-07 12:22:47 +04:00
Oleg Agafonov
aedc3dde2c
Added creatures you control hints to cards
2019-02-07 12:02:46 +04:00
Oleg Agafonov
ae410d4d8d
Added creatures you control hint
2019-02-07 03:55:30 +04:00
Oleg Agafonov
cb289b1b04
Refactor creature/s you control to use static filters and values
2019-02-06 21:28:26 +04:00
Oleg Agafonov
283b101a08
Refactor OpponentsLostLifeCount to enum
2019-02-06 17:31:34 +04:00
Oleg Agafonov
ccba9b2e5a
Added delirium hints to cards
2019-02-06 16:44:34 +04:00
Oleg Agafonov
d3f9e1d2f2
Refactor
2019-02-05 23:36:47 +04:00
Oleg Agafonov
4ffc40ff69
Added dynamic value hints for cards
2019-02-05 23:35:39 +04:00
Oleg Agafonov
6a7253d22f
Added delirium hint as enum
2019-02-05 23:12:42 +04:00
Oleg Agafonov
330f8cf5d0
Added city blessing hints to all other cards
2019-02-05 17:47:00 +04:00
Oleg Agafonov
0e61a0adeb
Added city blessing hint as enum
2019-02-05 17:38:36 +04:00
Oleg Agafonov
043a7af086
Added condition hints with good/bad icons for cards
2019-02-05 13:05:10 +04:00
Brik Royster
fce93c66e1
Fixed NullPointerException when Accursed Witch transforms ( #5571 )
...
* Fixed NullPointerException when Accursed Witch transforms
Feedback issue: #5529
Aura replacement code tried to remove the second face from the original zone which had ownerId == null. Now, we remember the first face (the original card) and remove it from the old zone before creating a permanent out of the second face.
* Accursed Witch's death trigger now requires targetting opponent instead of using aura replacement effects
Feedback issue: #5529
Previously you could attach Infectious Curse to either player and get around hexproof
The ability text has also been updated to match the Oracle text of Accursed Witch.
2019-02-03 19:40:46 -06:00
Oleg Agafonov
b36465e5c9
Refactor: removed unused custom set filters in SubType requests;
2019-02-04 00:53:51 +04:00
Ingmar Goudt
2cd9e25229
better use of the CardsImpl constructor
2019-02-03 21:08:31 +01:00
Ingmar Goudt
dc112215d4
change looping over maps (Sonar)
2019-02-02 22:37:02 +01:00
Ingmar Goudt
63718e7a6e
Sonar fixes
...
remove the deprecated GameState.getWatchers()
2019-02-02 22:09:55 +01:00
Ingmar Goudt
90bf7bd18c
watcher null fix for Kess Dissident Mage, issue #5563
2019-02-02 17:14:54 +01:00
Oleg Agafonov
02999d7fce
Refactor
2019-02-01 17:41:57 +04:00