foul-magics/Mage/src/main/java/mage/abilities/effects
2017-04-19 16:40:00 +02:00
..
common * Fixed Binding Mummy's ability doesn't trigger from Liliana, Death Majesty -3 ability (fixes #3165). 2017-04-19 16:40:00 +02:00
keyword rename counttype to comparisontype 2017-04-11 17:01:59 +02:00
ApplyCountersEffect.java
AsThoughEffect.java
AsThoughEffectImpl.java
AsThoughManaEffect.java * Celestial Dawn - Fixed that it was not possible to pay colorless costs with non white mana. 2017-04-04 15:32:39 +02:00
AsTurnedFaceUpEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
AuraReplacementEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ContinuousEffect.java
ContinuousEffectImpl.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
ContinuousEffects.java * Fixed a problem with replacement effects that add counters were applied more than once to the same EnteresTheBattlefield event (fixes #2872). 2017-04-01 17:43:17 +02:00
ContinuousEffectsList.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java
CostModificationEffect.java
Effect.java Start to add builder pattern to some card definition classes 2017-04-16 23:24:08 -06:00
EffectImpl.java Start to add builder pattern to some card definition classes 2017-04-16 23:24:08 -06:00
Effects.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
EntersBattlefieldEffect.java * Fixed a problem with replacement effects that add counters were applied more than once to the same EnteresTheBattlefield event (fixes #2872). 2017-04-01 17:43:17 +02:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java fixes #3012 manaCosts not null check and way to retrieve it 2017-03-23 10:25:21 -04:00
PhantomPreventionEffect.java phantom effect code duplication 2017-03-22 10:25:57 +01:00
PlaneswalkerRedirectionEffect.java
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java
PutTokenOntoBattlefieldCopySourceEffect.java
RedirectionEffect.java
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java