foul-magics/Mage/src/main/java/mage
2020-08-22 18:48:15 +04:00
..
abilities * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
actions * Fixed problems with win / lose restrictions in relation to empty draw condition (fixes #1681 #6553). 2020-05-26 16:38:01 +02:00
cards Added verify test to check missing second face cards in sets, fixed missing cards; 2020-08-22 18:48:15 +04:00
choices * Implemeented consumable flag for asThoughtEffects and a player choice which effect to use if multiple consumable effects allow the same action. 2020-08-21 21:24:42 +02:00
constants * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
counters Implement Nine Lives from M21 (#6706) 2020-06-22 19:42:00 -04:00
designations * Fixed card type displaying order (fixes #6055). 2020-06-15 21:11:54 +02:00
filter * Removed unused imports. 2020-08-22 11:51:34 +02:00
game * Removed unused imports. 2020-08-22 11:51:34 +02:00
players * Removed unused imports. 2020-08-22 11:51:34 +02:00
target * Removed unused imports. 2020-08-22 11:51:34 +02:00
util * replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text. 2020-08-22 12:52:49 +02:00
watchers * Removed unused imports. 2020-08-22 11:51:34 +02:00
ApprovingObject.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
ConditionalMana.java * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
MageException.java
MageIdentifier.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
MageInt.java
MageItem.java
MageObject.java * Fixed card type displaying order (fixes #6055). 2020-06-15 21:11:54 +02:00
MageObjectImpl.java * Added getProducableManaTypes method for mana effects to handle Squandered Resources or Reflecting Pool like abilities. 2020-08-02 10:51:22 +02:00
MageObjectReference.java
Mana.java * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
ManaSymbol.java
ObjectColor.java