foul-magics/Mage/src/main/java/mage/abilities
Eric Nelson bc9da1d11f
Text correction on UntapLandsEffect
UntapLandsEffect asks you to choose untapped lands to untap; by changing the fillter from "untapped lands" to "tapped lands" (technically you can choose already untapped lands but...) it will now ask you to choose tapped lands to untap.
2020-06-07 17:52:38 -04:00
..
abilityword
common Implement more m21 cards (#6612) 2020-06-07 16:02:07 -04:00
condition Ability refactor: source improves, deprecated code removed; 2020-05-28 22:38:31 +04:00
costs * Some minor fixes/code cleanups to IKO cards. 2020-05-25 16:51:23 +02:00
decorator * Non basic mana abilities - fixed rollback errors in AI games (#6300); 2020-02-25 12:41:45 +04:00
dynamicvalue * Marrow-Gnawer - Fixed casting cost order and rules text. 2020-06-05 15:12:42 +02:00
effects Text correction on UntapLandsEffect 2020-06-07 17:52:38 -04:00
hint Refactor and add hint for "Ability resolved X times" 2020-05-03 09:42:16 -04:00
keyword Merge pull request #6597 from emerald000/companion 2020-06-06 06:34:14 +02:00
mana changed BasicManaAbility to only be used for basic mana abilities 2020-04-24 20:39:08 -04:00
meta Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
text Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
Abilities.java Ability refactor: new code to remove abilities from permanent; 2020-05-28 22:31:54 +04:00
AbilitiesImpl.java Ability refactor: new code to remove abilities from permanent; 2020-05-28 22:31:54 +04:00
Ability.java Ability refactor: new code to remove abilities from permanent; 2020-05-28 22:31:54 +04:00
AbilityImpl.java Ability refactor: new code to remove abilities from permanent; 2020-05-28 22:31:54 +04:00
ActivatedAbility.java Fixed that fused cards allows to cast from graveyard (see prev commit 63dbf5f40b); 2020-05-24 09:21:49 +04:00
ActivatedAbilityImpl.java Implemented Capricopian 2020-04-21 17:34:18 -04:00
ActivationInfo.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
CompoundAbility.java
DelayedTriggeredAbilities.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
DelayedTriggeredAbility.java
EvasionAbility.java * War's Toll - fixed that is applies restriction attack effect from any zone (from command, hand, etc); 2020-01-22 12:33:03 +04:00
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
Modes.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
OpeningHandAction.java
PlayLandAbility.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
SpecialAction.java
SpecialActions.java
SpellAbility.java Test framework improves: 2020-06-01 09:37:17 +04:00
StateTriggeredAbility.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
StaticAbility.java
TriggeredAbilities.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
TriggeredAbility.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
TriggeredAbilityImpl.java * Fix of some problems of zone change related triggered abilities that had not been correctly implemented (fixes #6586). 2020-05-29 14:41:24 +02:00