Jeff Wadsworth
28e62abcce
- outcome fix for Condemn.
2022-04-04 17:21:30 -05:00
Evan Kranzler
69189e5a59
removed unnecessary card argument from various abilities
2022-04-03 11:18:30 -04:00
Evan Kranzler
26ae7b7281
replaced various instances of instanceof lambda functions with
2022-04-03 11:11:07 -04:00
Evan Kranzler
26ef55c1bc
[DTK] added italics to Warbringer reminder text
2022-04-03 11:06:02 -04:00
Alex W. Jackson
c58eeef77d
Fix that Warbringer's cost reduction doesn't apply when checking playable (for real this time)
2022-04-03 10:19:22 -04:00
Alex W. Jackson
081b2f2f39
Replace more custom effects with SavedDamageValue
2022-04-02 02:11:12 -04:00
Evan Kranzler
ca9b2ea135
[FUT] various text fixes
2022-04-01 09:33:11 -04:00
Evan Kranzler
27338dc620
[PLC] various text fixes
2022-04-01 08:53:00 -04:00
Evan Kranzler
24478afbe1
[TSP] various text fixes
2022-04-01 08:42:38 -04:00
Alex W. Jackson
46f98a0f88
Fix #8812 and add test
2022-03-31 21:30:46 -04:00
Evan Kranzler
a581d55160
removed unnecessary lastAddedToken method from TokenImpl, reworked Warren Weirding
2022-03-31 20:12:09 -04:00
Evan Kranzler
676c3a8bb4
fixed interactions between effects which replace a token and effects which care about tokens after they've been made
2022-03-31 19:58:20 -04:00
Evan Kranzler
0540557455
[SNC] Implemented Jetmir, Nexus of Revels
2022-03-31 19:22:07 -04:00
Evan Kranzler
3b44fb1967
[SNC] Implemented Lord Xander, the Collector
2022-03-31 19:22:06 -04:00
Evan Kranzler
97bf230464
[SNC] Implemented Raffine, Scheming Seer
2022-03-31 19:22:05 -04:00
Alex W. Jackson
2640877ddc
Fix #8811
2022-03-31 17:10:38 -04:00
Jeff Wadsworth
cf931cb0b1
- Fixed #8807
2022-03-31 14:43:18 -05:00
Alex W. Jackson
6ca93d1936
[VOW] Fix Howlpack Avenger; replace various custom abilities with SavedDamageValue
2022-03-31 08:56:12 -04:00
Alex W. Jackson
5854bd45dd
Merge branch 'master' of https://github.com/magefree/mage
2022-03-30 22:35:11 -04:00
Alex W. Jackson
1c077c07d0
[NPH] Fix Caged Sun text
2022-03-30 22:35:03 -04:00
Evan Kranzler
063bf51bb5
[SNC] Implemented Cabaretti Charm
2022-03-30 22:05:52 -04:00
Alex W. Jackson
09b37a94f8
Fix #8202
2022-03-30 19:49:45 -04:00
Evan Kranzler
ec4feaddfe
[SNC] Implemented Obscura Charm
2022-03-29 20:17:07 -04:00
Evan Kranzler
defc1a40b7
[GTC] small rework of Luminate Primordial ( #8798 )
2022-03-29 18:43:49 -04:00
Evan Kranzler
254ed6a94e
[MIC] fixed Prowling Geistcatcher error when no cards are exiled ( fixes #8797 )
2022-03-28 18:58:04 -04:00
Evan Kranzler
dafbed3581
[SNC] Implemented Maestros Charm
2022-03-28 18:33:14 -04:00
Evan Kranzler
21cf9369ab
fixed BBD/CMR duals counting opponents incorrectly ( fixes #8796 )
2022-03-28 18:28:21 -04:00
Evan Kranzler
124bd261e9
[NEO] fixed Invoke Calamity counting mana value incorrectly
2022-03-28 18:24:28 -04:00
Evan Kranzler
8f2a9433e2
[AER] fixed Quicksmith Spy ability ( fixes #8794 )
2022-03-28 18:18:36 -04:00
Evan Kranzler
f6306630b3
[TSP] fixed implementation of Weatherseed Totem
2022-03-25 22:21:21 -04:00
Evan Kranzler
60a7ea797f
fixed a verify error
2022-03-25 21:30:15 -04:00
Evan Kranzler
945b60c8d0
fixed some NPE issues with player target choosing
2022-03-25 21:16:38 -04:00
Alex W. Jackson
a6c2daeb5e
Fix #8027 (Aquamorph Entity)
2022-03-25 20:27:50 -04:00
Alex W. Jackson
4da6cb2731
[FUT] Fix Gift of Granite
2022-03-25 20:02:44 -04:00
Evan Kranzler
39daeaacae
[CLB] Implemented Elder Brain
2022-03-25 19:48:18 -04:00
Evan Kranzler
9e38671b54
[CLB] Implemented Ancient Brass Dragon
2022-03-25 19:23:14 -04:00
Evan Kranzler
0bfce64ede
[CLB] Implemented Wand of Wonder
2022-03-25 18:09:18 -04:00
Evan Kranzler
57cf2b64e2
[MID] fixed Jerren, Corrupted Bishop triggering repeatedly ( fixes #8787 )
2022-03-25 17:47:04 -04:00
Evan Kranzler
effdf14579
[VOW] fixed Savior of Ollenbock issues ( fixes #8786 )
2022-03-25 17:35:27 -04:00
Evan Kranzler
f28643d0f6
[CLB] Implemented Minsc & Boo, Timeless Heroes
2022-03-25 08:21:32 -04:00
Evan Kranzler
b312de69e5
[CLB] updated spoiler and reprints
2022-03-25 07:41:58 -04:00
Evan Kranzler
9d46caee9c
[CLB] added set
2022-03-25 07:37:05 -04:00
Evan Kranzler
80e11b2052
(WIP) Replacing blocking/blocked by predicates ( #8729 )
...
* replaced blocking/blocked by predicates
* added test for knight of dusk (currently fails)
* added source parameter to filters and everything else that needs it
* some changes to various predicates
* test fix
* small changes to filter code
* merge fix
* fixed a test failure
* small change to Karn, Scion of Urza
* removed sourceId from filter methods and other similar places
* added new getobject method to fix some test failures
* a few more fixes
* fixed merge conflicts
* merge fix
2022-03-23 18:45:02 -04:00
Evan Kranzler
53877424a0
[TSP] small change to paradox haze to not use watcher with argument
2022-03-23 18:44:32 -04:00
Evan Kranzler
474c9655a4
some additional text fixes
2022-03-22 08:46:02 -04:00
Evan Kranzler
313a19865a
[HOU] added shared predicate class for Desert controlled or in graveyard
2022-03-21 20:58:39 -04:00
Evan Kranzler
511b42a6ce
fixed some instances of ability words being doubled
2022-03-21 20:32:31 -04:00
Evan Kranzler
59d718f49e
fixed a few more cards which are missing ability text
2022-03-21 19:52:16 -04:00
Evan Kranzler
0f1375ca60
fixed various instances of mana costs which don't include braces
2022-03-21 19:10:38 -04:00
Evan Kranzler
d0b90379f6
fixed various cards which don't add an ability
2022-03-21 18:35:47 -04:00