DeepCrimson
1050f1e600
Refactor: fix raw use of parameterized class ManaCostsImpl - 'P' cards ( #9081 )
2022-06-12 14:21:16 -04:00
Evan Kranzler
d93475a5bb
refactored flashback to remove unnecessary timing rule argument
2021-09-11 18:08:35 -04:00
Evan Kranzler
bdeb0dde66
refactored TokenPredicate to contain its own inverse
2021-08-20 09:33:38 -04:00
Evan Kranzler
56603ffcd2
refactored card copy methods to be private
2021-02-02 17:07:37 -05:00
Evan Kranzler
688be783aa
refactored all usages of CardTypePredicate to match the new implementation
2020-01-06 13:18:17 -05:00
Evan Kranzler
8629977f14
refactored many other predicates to singleton enums
2019-01-12 16:30:49 -05:00
GrayedFox
3953f3dbdd
remove all MIT copyright notices from files
2018-06-02 17:59:49 +02:00
Evan Kranzler
a6e51e592b
Changed all card classes to final
...
I was tired of the "overridable method call in constructor" warning and card classes should be final anyway
2018-05-21 10:53:44 -04:00
Evan Kranzler
0f72c4fb22
Additional token effect text changes
2017-09-06 17:39:58 -04:00
LevelX2
cd6c7623ed
* Added missing imports, imports reorg.
2017-07-23 16:29:29 +02:00
Zach H
ca73258654
fix flashback cost
2017-03-07 15:29:06 -05:00
vraskulin
076840df53
Big refactoring
...
I used Intellij IDEA to automatically refactor code to achive 3 goals.
1) get rid of anonymouse classes, and replace the with lamba to get more readeable and clean code (like in TableWaitingDialog).
2) make effectively final variables actually final to avoid inadvertent changes on it in further releases and keep objects as immutable, as possible.
3) Get rid of unused imports (most of the changes) in whole project classes.
2017-01-09 19:16:53 +03:00
LevelX2
70126988c5
Changed rule text from "put token onto the battlefield" to "create token".
2016-10-29 23:42:19 +02:00
JOAC69
59f88047e4
Modify cards
2016-10-04 20:06:28 -05:00
JOAC69
4b8d31e5f4
Move cards
2016-10-04 19:58:48 -05:00