foul-magics/Mage/src/main/java/mage/abilities/effects/common/continuous
2017-05-13 23:35:23 +02:00
..
ActivateAbilitiesAnyTimeYouCouldCastInstantEffect.java
AddCardColorAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
AddCardSubtypeAllEffect.java
AddCardSubtypeAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
AddCardSubTypeTargetEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
AddCardTypeAttachedEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
AddCardTypeSourceEffect.java removed contains cardtype calls 2017-04-06 16:38:34 +02:00
AddCardTypeTargetEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
AssignNoCombatDamageSourceEffect.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
BecomesAuraSourceEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
BecomesBasicLandEnchantedEffect.java
BecomesBasicLandTargetEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesBlackZombieAdditionEffect.java change getSubtype(game).contains(..) to hasSubtype(..) to include check on Changelings 2017-05-13 23:35:23 +02:00
BecomesChosenCreatureTypeTargetEffect.java
BecomesColorOrColorsTargetEffect.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
BecomesColorSourceEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
BecomesColorTargetEffect.java changed enum equals to ==, removed contains check for set 2017-03-07 21:47:11 +01:00
BecomesCreatureAllEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesCreatureAttachedEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesCreatureAttachedWithActivatedAbilityOrSpellEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesCreatureIfVehicleEffect.java duplicate continuouseffect for vehicles 2017-04-05 19:10:42 +02:00
BecomesCreatureSourceEffect.java Remove comma change from BecomesCreatureSourceEffect staticText. 2017-04-16 15:43:49 -05:00
BecomesCreatureTargetEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesCreatureTypeTargetEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
BecomesFaceDownCreatureAllEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesFaceDownCreatureEffect.java added addCardType to MageObject 2017-04-05 19:10:43 +02:00
BecomesSubtypeAllEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
BoostAllEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
BoostAllOfChosenSubtypeEffect.java
BoostControlledEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
BoostEnchantedEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
BoostEquippedEffect.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
BoostOpponentsEffect.java
BoostPairedEffect.java
BoostSourceEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
BoostSourceWhileControlsEffect.java
BoostTargetEffect.java added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
CantCastMoreThanOneSpellEffect.java finish rewriting watchers 2017-04-29 12:07:46 +02:00
CantGainLifeAllEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
CantGainLifeTargetEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
CastAsThoughItHadFlashAllEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
CastAsThoughItHadFlashSourceEffect.java
CastFromHandWithoutPayingManaCostEffect.java rewrote singleton to enum where applicable 2017-03-14 16:32:47 +01:00
CommanderManaReplacementEffect.java
CommanderReplacementEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ControlEnchantedEffect.java
CreaturesCantGetOrHaveAbilityEffect.java
DamageCantBePreventedEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
DontLoseByZeroOrLessLifeEffect.java
ExchangeControlTargetEffect.java
GainAbilityAllEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
GainAbilityAllOfChosenSubtypeEffect.java
GainAbilityAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
GainAbilityControlledEffect.java change enum equals to == 2017-03-01 15:05:44 +01:00
GainAbilityControlledSpellsEffect.java
GainAbilityControllerEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
GainAbilityPairedEffect.java
GainAbilitySourceEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
GainAbilityTargetEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
GainControlAllEffect.java
GainControlTargetEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
GainProtectionFromColorAllEffect.java
GainProtectionFromColorSourceEffect.java
GainProtectionFromColorTargetEffect.java
GainProtectionFromTypeTargetEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
GainSuspendEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
LifeTotalCantChangeControllerEffect.java
LoseAbilityAllEffect.java - LoseAbilityAllEffect() now works with rule 611.2c. 2017-03-27 17:17:56 -05:00
LoseAbilityAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
LoseAbilityOrAnotherAbilityTargetEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
LoseAbilitySourceEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
LoseAbilityTargetEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
LoseAllAbilitiesAllEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
LoseAllAbilitiesTargetEffect.java
LoseAllCreatureTypesTargetEffect.java
LoseCreatureTypeSourceEffect.java
MaximumHandSizeControllerEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
PlayAdditionalLandsAllEffect.java
PlayAdditionalLandsControllerEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
PlayTheTopCardEffect.java added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
PlayWithHandRevealedEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
PlayWithTheTopCardRevealedEffect.java
SetCardColorAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
SetCardSubtypeAttachedEffect.java put the writing of equipped and enchanted in the attachmenttype 2017-02-19 23:58:32 +01:00
SetPowerSourceEffect.java
SetPowerToughnessAllEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
SetPowerToughnessEnchantedEffect.java [AKH] Added some cards + fixes 2017-04-15 16:46:53 +02:00
SetPowerToughnessSourceEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
SetPowerToughnessTargetEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
SetToughnessSourceEffect.java changed enum equals to ==, removed contains check for set 2017-03-07 21:47:11 +01:00
SourceEffect.java
SwitchPowerToughnessAllEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
SwitchPowerToughnessSourceEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
SwitchPowerToughnessTargetEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
UntapAllDuringEachOtherPlayersUntapStepEffect.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
UntapSourceDuringEachOtherPlayersUntapStepEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00