foul-magics/Mage/src/mage/abilities
2014-03-27 20:08:16 +01:00
..
common * Fixed a bug of CanBlockOnlyFlyingAbility that prevented other creatures with flying on the battlefield to block (Gloomwidow, Scrapskin Drake, Stormbound Geist, Skywinder Drake, Cloud Elemental, Cloud Sprite, Vaporkin, Welkin Tern). 2014-03-27 20:08:16 +01:00
condition Some conditions renamend. 2014-03-25 16:42:07 +01:00
costs * Flashback ability - Fixed that flashback abilities with non mana costs (e.g. Cabal Therapy) added the costs wrongly again as additional costs to the tooltip text of the card. 2014-03-27 13:33:12 +01:00
decorator * Polis Crusher - Fixed that it can't be the target of enchantments. 2014-02-27 16:42:44 +01:00
dynamicvalue * Elves vs. Goblins - Added missing cards and exmple decks. 2014-03-01 16:17:49 +01:00
effects * Fixed a bug of CanBlockOnlyFlyingAbility that prevented other creatures with flying on the battlefield to block (Gloomwidow, Scrapskin Drake, Stormbound Geist, Skywinder Drake, Cloud Elemental, Cloud Sprite, Vaporkin, Welkin Tern). 2014-03-27 20:08:16 +01:00
keyword * Flashback ability - Fixed that flashback abilities with non mana costs (e.g. Cabal Therapy) added the costs wrongly again as additional costs to the tooltip text of the card. 2014-03-27 13:33:12 +01:00
mana Minor formatting and game log changes. 2014-03-19 13:51:44 +01:00
Abilities.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
AbilitiesImpl.java * Flashback ability - Fixed that flashback abilities with non mana costs (e.g. Cabal Therapy) added the costs wrongly again as additional costs to the tooltip text of the card. 2014-03-27 13:33:12 +01:00
Ability.java * Flashback ability - Fixed that flashback abilities with non mana costs (e.g. Cabal Therapy) added the costs wrongly again as additional costs to the tooltip text of the card. 2014-03-27 13:33:12 +01:00
AbilityImpl.java * Flashback ability - Fixed that flashback abilities with non mana costs (e.g. Cabal Therapy) added the costs wrongly again as additional costs to the tooltip text of the card. 2014-03-27 13:33:12 +01:00
ActivatedAbility.java * Game log - triggered abilities are now logged as they go to stack. Some minor formatting. 2014-03-17 08:37:54 +01:00
ActivatedAbilityImpl.java Fixed that modes of modal spells resolved also if all targeted modes of a spell had no more legal targets and there were targeted modes (fixes #385). Should also fix same problem for parts of a fused spell. Added test for Cryptic Command. 2014-03-19 16:44:57 +01:00
CompoundAbility.java
DelayedTriggeredAbilities.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
DelayedTriggeredAbility.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
EvasionAbility.java Added Horsemanship ability. 2013-11-21 09:57:12 +01:00
LoyaltyAbility.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
MageSingleton.java
Mode.java
Modes.java * ChooseNewTargets - Fixed some problems with amount targets. Some problem left fix coming soon. 2014-02-04 17:42:54 +01:00
PlayLandAbility.java * Game log - triggered abilities are now logged as they go to stack. Some minor formatting. 2014-03-17 08:37:54 +01:00
SpecialAction.java * Game log - triggered abilities are now logged as they go to stack. Some minor formatting. 2014-03-17 08:37:54 +01:00
SpecialActions.java Minor formatting. 2014-03-12 17:41:56 +01:00
SpellAbility.java * Fixed a problem that abilities of cards could not be cast /played / activated if they had no mana costs (e.g. Cabal Therapy and Crucible of Worlds). 2014-03-27 01:11:33 +01:00
StateTriggeredAbility.java Some minor formatting. 2014-03-15 17:44:08 +01:00
StaticAbility.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
TriggeredAbilities.java * Fixed a bug that abilities of sacrificed permanents did trigger if the spell they where sacrificed for triggered their triggered ability. (e.g. a Valakut sacrificed for a Scapeshift did still trigger if enough mountains where on the battlefield). 2014-02-06 01:05:45 +01:00
TriggeredAbility.java
TriggeredAbilityImpl.java * Game logging - Added target information to log of triggered ability. 2014-03-17 16:57:55 +01:00