foul-magics/Mage/src/main/java/mage/abilities/effects
Matthew Zulch 51595dbedf Act of Heroism fixes (#3608)
* Adding test case for Act of Heroism

* Fixing Act of Heroism mana cost

* Adding can block additional creature effect that applies to spell/ability target rather than source

* Updating Act of Heroism to use new effect

* Removing redundant assertion, adding some comments
2017-07-07 19:53:06 -05:00
..
common Act of Heroism fixes (#3608) 2017-07-07 19:53:06 -05:00
keyword * Cho Manno's Blessing - FIxed that it did remove itself sometimes (fixes #3382). 2017-05-28 09:11:36 +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 * Vesuvan Shapeshifter - Fixed that copying creatures with morph and a turn face up trigger did not work correctly (fixes #2864). 2017-05-28 11:01:04 +02: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 forloop to stream 2017-05-28 12:24:06 +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 * Norn's Annex - Fixed a bug with the payment of phyrexian mana (fixes #3178). 2017-05-28 23:45:41 +02: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