Commit graph

37887 commits

Author SHA1 Message Date
DeepCrimson
2d2b7ae835
Refactor: Return true instead of !false (#9164) 2022-06-26 22:56:31 -04:00
Grath
0cc5317c2a
[C20] Fix Animist's Awakening: Cards should go on bottom in random order (#9160) 2022-06-26 22:56:08 -04:00
Alex Vasile
0e38392722 Fixed typo in ControlACommanderCondition 2022-06-25 11:35:38 -04:00
Alex Vasile
62a8983b48 [CLB] Fixed CommanderInPlayCondition, now only triggers for OWN commander. Closes #9125. 2022-06-25 11:17:06 -04:00
Alex Vasile
8cdfd1ee4a [CLB] Fixes Gond Gate from triggering on itself. Closes #9125. 2022-06-25 10:34:33 -04:00
Evan Kranzler
efda22c993 [2X2] added set 2022-06-25 07:32:20 -04:00
Oleg Agafonov
1a9ad55271
Merge pull request #9155 from DeepCrimson/fixChristmasSpelling
Refactor: Fix spelling of Christmas
2022-06-25 14:07:39 +04:00
DeepCrimson
59505feccb Refactor: Fix spelling of Christmas 2022-06-24 18:40:40 -07:00
jeff@delmarus.com
6a1fcfe37a - reverted some testing code on Fiendlash 2022-06-24 18:37:08 -05:00
Jeff Wadsworth
48a96e5e8f - Fixed #8916 2022-06-24 15:31:35 -05:00
PurpleCrowbar
227ae8c2e2 Assigned emblem images 2022-06-24 18:05:35 +01:00
Oleg Agafonov
72ec981508
Merge pull request #9152 from sprangg/LimitedFix
Improvements to constructed matches with limited decks
2022-06-24 17:25:37 +04:00
PurpleCrowbar
494fc39dba
Added "available image set codes" functionality to emblems (#9150)
* Added pulling image from list of available image set codes functionality to emblems

* Provided available image set codes for Daretti, Scrap Savant emblem

* Fixed typo in a comment
2022-06-24 10:32:07 +04:00
sprangg
cbdca6dd80 Limited-type sideboarding for constructed matches where the deck type is "Limited" 2022-06-24 01:52:08 +03:00
Grath
144ba0e97b
[CLB] Fix off-by-one error on Ancient Brass Dragon. (#9149) 2022-06-23 11:14:58 -04:00
sprangg
22de97aa18 Make it possible to join a constructed tournament when the decktype is set to "limited". 2022-06-23 00:36:37 +03:00
Alex Vasile
868c9b0d48 [ROE] Fix NullPointerException on Realms Uncharted
. Closes #9123.
2022-06-22 16:45:19 -04:00
Alex Vasile
5aae6bf735 [CLB] Fix Undercity Dungeon +1/+1 counter amount and Stash next room bugs. Closes #9123. 2022-06-22 14:40:32 -04:00
Jeff Wadsworth
e7205391ba - Fixed #9128 2022-06-20 11:53:02 -05:00
Jeff Wadsworth
82d49ab29c - Fixed #9131 2022-06-20 11:09:14 -05:00
Jeff Wadsworth
ae7b11931f - Fixed #9127 2022-06-20 10:54:39 -05:00
Spencer Callicott
2cf3e0fd74
Fixed a bug with Myrkul, Lord of Bones where creating an enchantment would crash the gameserver and require a rollback. (#9124) 2022-06-17 16:20:21 -05:00
Jeff Wadsworth
4e3c9be901 - fixed exile costs that do not involve targeting 2022-06-17 11:40:20 -05:00
Jeff Wadsworth
bb2d551d0e - Fixed #9092 2022-06-17 11:23:13 -05:00
DeepCrimson
e1cf2fd7e0
Move useRedDefault() method to only test which uses it (#9104)
Co-authored-by: DeepCrimson <deepcrimson@users.noreplyl.github.com>
Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
2022-06-17 08:55:53 +04:00
Oleg Agafonov
90fedddc92
Merge pull request #9113 from DeepCrimson/rawWhere
Refactor: Fix Raw use of parameterized class 'Where'
2022-06-17 08:41:51 +04:00
Oleg Agafonov
6bf9f45cd5
Merge pull request #9116 from DeepCrimson/removeUnusedParamFromContainsControlled
Refactor: Remove unused sourceID param from `containsControlled` method
2022-06-17 08:41:25 +04:00
Oleg Agafonov
4e20c4c475
Merge pull request #9117 from DeepCrimson/removeUnusedParamFromContainsMethod
Refactor: Remove unused `sourceID` param from `contains` method
2022-06-17 08:40:57 +04:00
DeepCrimson
ce33b5f218
Refactor: Delete Unused useWhiteDefault() Test Method (#9095)
* Format CardTestAPIImpl.java and CardTestPlayerAPIImpl.java

* Delete unused useWhiteDefault() test method

* Address JayDi's formatting feedback

Co-authored-by: DeepCrimson <>
2022-06-17 08:38:16 +04:00
Oleg Agafonov
08740b1b04
Merge pull request #9120 from DeepCrimson/manaCostImpl
Refactor: Fix remaining raw unparameterized usages of ManaCostImpl
2022-06-17 08:35:38 +04:00
DeepCrimson
ae88cc2f66
Refactor: Delete commented out code blocks in GameImpl.java (#9108)
Co-authored-by: DeepCrimson <deepcrimson@users.noreplyl.github.com>
2022-06-17 08:27:51 +04:00
Oleg Agafonov
5c1fe5075f [CLB] fixed verify tests 2022-06-17 08:20:22 +04:00
DeepCrimson
4546623fb6
Refactor: Fix spelling of DENY_PERMISSION_TO_ROLLBACK_TURN (#9114) 2022-06-16 22:16:03 -04:00
DeepCrimson
882afbf8b5
Fix remaining raw unparameterized usages of ManaCostImpl 2022-06-16 14:53:44 -07:00
DeepCrimson
4806626ba0
Refactor: Fix raw use of parameterized class ManaCostsImpl - 'S' cards (#9084) 2022-06-16 15:06:35 -04:00
DeepCrimson
6cf3af1d94
Refactor: Improve docstring for getPermanent and containsPermanent methods in Battlefield.java (#9115) 2022-06-16 14:25:47 -04:00
Alex Vasile
44f8377f7e [AFC] Added test for Share the Spoils for #9046 2022-06-16 14:18:27 -04:00
Alexander Novotny
bc841bd13e
[AFC] Fix Share the Spoils exiling from wrong library for #9046 (#9073) 2022-06-16 14:16:55 -04:00
DeepCrimson
3192a191a4 Refactor: Remove unused sourceID param from contains method 2022-06-15 21:34:25 -07:00
DeepCrimson
788e42629d Refactor:Remove unused sourceID param from containsControlled method 2022-06-15 21:24:54 -07:00
DeepCrimson
b1f254bdc3
Refactor: Fix Raw use of parameterized class 'Where' 2022-06-15 20:29:59 -07:00
Jeff Wadsworth
fdcc4e4458 - fixed some durations on Rogue Class. 2022-06-15 15:12:33 -05:00
Jeff Wadsworth
80ff899529 - Fixed #8630 2022-06-15 15:07:15 -05:00
Evan Kranzler
f2e27148cb [CLB] various text fixes 2022-06-13 21:50:50 -04:00
Evan Kranzler
843d6b38be [CLB] updated spoiler 2022-06-13 21:18:50 -04:00
DeepCrimson
5d09315387
Refactor: Fix typo in GameImpl.java (#9105) 2022-06-13 08:24:37 -04:00
DeepCrimson
813c52afe6
Refactor: fix raw use of parameterized class ManaCostsImpl - 'R' cards (#9083) 2022-06-12 14:32:02 -04:00
DeepCrimson
cde4e16f7b
Refactor: fix raw use of parameterized class ManaCostsImpl - 'Q' cards (#9082) 2022-06-12 14:22:26 -04:00
DeepCrimson
1050f1e600
Refactor: fix raw use of parameterized class ManaCostsImpl - 'P' cards (#9081) 2022-06-12 14:21:16 -04:00
DeepCrimson
5f744fe89c
Refactor: fix raw use of parameterized class ManaCostsImpl - 'O' cards (#9080) 2022-06-12 13:34:47 -04:00