foul-magics/Mage/src/main/java/mage/abilities
2016-03-27 00:20:12 +01:00
..
abilityword
common [SOI] Added all missing green cards. 2016-03-26 18:22:40 +01:00
condition [SOI] Fixed some cards. 2016-03-26 02:17:14 +01:00
costs Added test. 2016-03-07 18:30:58 +01:00
decorator Some minor changes. 2016-03-06 10:25:11 +01:00
dynamicvalue * Disrupting Shoal - Fixed that the target spell was not countered if the spell was cast with the regular mana costs. 2016-03-21 11:00:02 +01:00
effects [SOI] Added 7 blue cards. 2016-03-27 00:20:12 +01:00
keyword [SOI] Added Falkenrath Gorger. 2016-03-26 14:31:11 +01:00
mana * Fixed a bug of colorless mana (e.g. caused Heartbeat of Spring not working with Urza's lands). 2016-02-16 17:15:47 +01:00
Abilities.java
AbilitiesImpl.java Removed old AlternativeCost class, that's no longer used in cards. 2016-03-06 22:32:58 +01:00
Ability.java Removed old AlternativeCost class, that's no longer used in cards. 2016-03-06 22:32:58 +01:00
AbilityImpl.java * Fixed CAST_SPELL_LATE event (e.g. used by Reflector Mage) to only fire for cast events. 2016-03-14 13:41:12 +01:00
ActivatedAbility.java
ActivatedAbilityImpl.java * Lightning Storm - Fixed that opponents of the caster can't activate the ability on the stack. 2016-02-08 23:40:32 +01:00
CompoundAbility.java
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java
PlayLandAbility.java Move canPlaySorcery() to ActivatedAbility.canActivate(). 2016-03-07 01:07:08 +03:00
SpecialAction.java
SpecialActions.java
SpellAbility.java
StateTriggeredAbility.java
StaticAbility.java * Bloodlord of Vaasgoth - Fixed that Vampires entering the battlefield did never bloodthirst from the Bloodlord. 2015-12-13 10:05:54 +01:00
TriggeredAbilities.java * Fixed a problem with "put into the graveyard from anywhere triggers" that checked wrongly the state of the source object on the battlefield if went to graveyard itself. 2015-12-24 17:58:04 +01:00
TriggeredAbility.java * Fixed a problem with "put into the graveyard from anywhere triggers" that checked wrongly the state of the source object on the battlefield if went to graveyard itself. 2015-12-24 17:58:04 +01:00
TriggeredAbilityImpl.java * Fixed a bug of colorless mana (e.g. caused Heartbeat of Spring not working with Urza's lands). 2016-02-16 17:15:47 +01:00