foul-magics/Mage/src/main/java/mage/abilities
2016-04-06 20:25:13 +02:00
..
abilityword Restructured Mage module 2015-11-29 21:56:49 +01:00
common Fixed some possible exception bugs. 2016-04-06 20:25:13 +02:00
condition Fixed some possible exception bugs. 2016-04-06 20:25:13 +02:00
costs CreepingDread implementation. Updated cards-data to fix typo. 2016-04-01 18:35:05 -04: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 AuraReplacementEffect - Fixed possible null pointer exception. 2016-04-06 15:27:45 +02: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 Restructured Mage module 2015-11-29 21:56:49 +01:00
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 some transformed triggered abilities after the recent change of transform handling. 2016-04-06 00:37:29 +02:00
ActivatedAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
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 Restructured Mage module 2015-11-29 21:56:49 +01:00
DelayedTriggeredAbilities.java Restructured Mage module 2015-11-29 21:56:49 +01:00
DelayedTriggeredAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
EvasionAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
LoyaltyAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
MageSingleton.java Restructured Mage module 2015-11-29 21:56:49 +01:00
Mode.java Restructured Mage module 2015-11-29 21:56:49 +01:00
Modes.java Restructured Mage module 2015-11-29 21:56:49 +01:00
PlayLandAbility.java Move canPlaySorcery() to ActivatedAbility.canActivate(). 2016-03-07 01:07:08 +03:00
SpecialAction.java Restructured Mage module 2015-11-29 21:56:49 +01:00
SpecialActions.java Restructured Mage module 2015-11-29 21:56:49 +01:00
SpellAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
StateTriggeredAbility.java Restructured Mage module 2015-11-29 21:56:49 +01:00
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