Commit graph

38076 commits

Author SHA1 Message Date
the-red-lily
2d56e23148
Copies of Approach of the Second Sun now cause lifegain (#9172) 2022-08-03 14:42:06 -04:00
Alex Vasile
95a0cb5ca8
Temporary fix for expired Java certificate (#9266) 2022-08-03 12:35:30 -04:00
Alex W. Jackson
7233061ae3
Remove lockedIn parameter from BoostTargetEffect. Fixes #9329 (#9334) 2022-08-02 02:40:59 -04:00
sprangg
1a3d5923de
Make draftbots never pick basic lands over any other card (#9342)
Co-authored-by: sprangg <a@b.c>
2022-08-02 02:38:27 -04:00
Alex Vasile
cbbfe5906a Added comments that need to be addressed for card draw. 2022-07-31 22:50:00 -04:00
PurpleCrowbar
2f0d31e734
[CLB] Implement Pact Weapon (#9332) 2022-07-31 22:49:32 -04:00
sprangg
17deba2df3
Clipboard .mtga deck importing & fixes to .mtga and .dck importers (#9321) 2022-07-31 22:42:32 -04:00
Alex W. Jackson
4728bac28e [NEO] Add missing target to Ironhoof Boar 2022-07-31 18:02:31 -04:00
Alex W. Jackson
8c71c86d78 [RIX] Fix Curious Obsession so it actually follows the conditional-intervening-if rules 2022-07-31 12:03:11 -04:00
Daniel Bomar
6499f8c614
[RIX] Fixed See Red triggering from hand/library (fixes #9339) 2022-07-31 04:21:43 -05:00
jeff@delmarus.com
d97e9791ed - Fixed #8832 2022-07-30 18:43:29 -05:00
PurpleCrowbar
d2ac4c3b3d
[NCC] Implement Skyboon Evangelist (#9333) 2022-07-29 21:04:30 -04:00
Jeff Wadsworth
2b52cdd81b - Fixed Incriminate 2022-07-29 11:20:30 -05:00
Jeff Wadsworth
90e888fe13 - Fixed #9326 2022-07-27 08:59:31 -05:00
Alex Vasile
c34c6a59df
Test for Copied Gilded Drake reverting control when killed (#9198) 2022-07-27 08:05:10 -04:00
DeepCrimson
5d11bab6dd
Refactor: Remove unused subscribe method from CardRepository (#9243) 2022-07-27 08:02:59 -04:00
Alex Vasile
14485ae635 [NCC] Fix Citizen token creation for Master of Ceremonies 2022-07-27 07:52:13 -04:00
Alex W. Jackson
516ac042a2 Fix BecomesBlockedAttachedTriggeredAbility (#9325) 2022-07-27 00:42:32 -04:00
Alex Vasile
4b511775db Further optimization of BecomesAllBasicsControlledEffect by making static the basic mana abilities used for checking 2022-07-26 10:12:32 -04:00
Alex Vasile
ff001cdc5d Fixed typo from previous JavaFX removal commit. 2022-07-26 09:30:48 -04:00
PurpleCrowbar
e67f6df0d6 [CMD] Fixed Ruhan of the Fomori and cards with similar effects. Closes #9096 2022-07-26 01:08:32 +01:00
Jeff Wadsworth
e214c87f4b - Fixed #7405 2022-07-25 08:47:20 -05:00
Alex Vasile
cb268a25ee Removed dependency on JavaFX. What's New button now opens the link in the system browser. 2022-07-25 09:09:43 -04:00
Alex W. Jackson
fc39f320f0 Fix various target notTarget issues 2022-07-24 23:11:14 -04:00
PurpleCrowbar
cc6936387e [NEO] Fixes Kaito Shizuki's emblem not triggering. Closes #9290 2022-07-25 02:17:27 +01:00
PurpleCrowbar
ab6be01acf Fixes Extravagant Replication. Closes #9316 2022-07-25 01:42:37 +01:00
Robert Barrett
88b0e1f359
[STX] Fix Flamescroll Celebrant. Closes #9305 (#9315) 2022-07-24 18:59:02 -04:00
DeepCrimson
1f6170570b
Refactor: Document and clean-up getSpellOrLKIStack (#9293) 2022-07-24 16:15:56 -04:00
Alex W. Jackson
9b5d508e2c [MMQ] Implement Bargaining Table, Erithizon and Ley Line 2022-07-24 13:54:54 -04:00
Evan Kranzler
2fff240353 [NEO] fix Boon of Boseiju using sum of mana values rather than max (fixes #9313) 2022-07-24 11:12:45 -04:00
Evan Kranzler
8c9c1d1d33 [UNF] updated spoiler 2022-07-24 10:47:58 -04:00
Spencer Lanman
40fbb9af9b
[NCC] Implement Smuggler's Share (#9295) 2022-07-23 11:07:07 -04:00
DeepCrimson
97b34e3129
Refactor: Remove Redundant Variable Assignment in getPlayableObjects (#9309) 2022-07-22 23:07:51 -04:00
PurpleCrowbar
9843f38c40
[CLB] Implement Endless Evil (#9298) 2022-07-22 23:07:13 -04:00
DeepCrimson
de9fcfc7ee
Refactor: Fix Spelling of userRequestingRollback (#9307) 2022-07-22 23:06:22 -04:00
DeepCrimson
f760649f4d
Refactor: Fix Spelling of 'Match' (#9292) 2022-07-22 23:05:48 -04:00
DeepCrimson
4e139c9878
Refactor: Use primitive integer type (#9310) 2022-07-22 23:05:13 -04:00
PurpleCrowbar
474aeb560a Added 2X2 token images 2022-07-22 23:46:15 +01:00
Daniel Bomar
fd710e753e
Fix CI Build Issue (#9291)
Update jackson-databind dependency
2022-07-20 10:34:30 -04:00
Alex W. Jackson
af20b0fda3 Implement collation for M13, M21, ZNR, UMA and SNC 2022-07-19 06:45:53 -04:00
Alex Vasile
f263fe2a09 [ODY] Split Balancing Acts' effects into two effects to fix interactions with other cards. For #6761 2022-07-17 22:40:51 -04:00
Alex Vasile
513085bbcc Fixed Banishing Light-type effects to not exile creatures if the source permanent is not on the battlefield when the effect resolves. Closes #8899. 2022-07-17 21:08:09 -04:00
Alex Vasile
9715021a35 Fixed GoadAllEffect from affecting creatures that ETB after it resolves. Closes #9227. 2022-07-17 19:41:45 -04:00
Alex Vasile
8c22db650a [CLB] Fixed connive fizzling on stack when permanent that connived leaves the battlefield. Closes #9252. 2022-07-17 18:24:35 -04:00
Alex Vasile
8878dc5cc7 Added failing ignore test for #7655 2022-07-17 13:23:58 -04:00
Alex Vasile
137f02f31b Added AI Targeting for TargetActivatedOrTriggeredAbility. Closes #9276. 2022-07-17 00:29:39 -04:00
Alex Vasile
f26f56736a [CLB] Fix Bhaal, Lord of Murder indestructible condition flipped. For #9258. 2022-07-16 23:37:39 -04:00
Alex Vasile
7fe49f4bcc [CLB] Fix Wrathful Red Dragon to trigger for each damaged dragon. Closes #9278. 2022-07-16 23:28:30 -04:00
Alex Vasile
015e213f54 Fixed Blasphemous Act's cost reduction not working properly, simplified implementation, and added hint 2022-07-16 23:16:00 -04:00
Alex Vasile
420b6f1a74 [CLB] Fixed Malformed html string on Edgar Markov creating cascade of errors. 2022-07-16 20:42:19 -04:00