foul-magics/Mage/src/main/java/mage/abilities
Oleg Agafonov 6e0c7e868c Additional and alternative costs improved:
* Now player must choose additional costs before ability's modes;
* Fixed broken kicker ability from ZNR (see comments from d4ca287f0f);
* Improved compatibility of additional cost with cost modification effects (fixed that optional multi-costs doesn't affected by cost modification);
* Improved compatibility of additional cost with alternative cost (some cards ignores additional cost on alternative usage, e.g. on play free);
2020-09-13 09:57:17 +04:00
..
abilityword Code cleanup 2020-07-28 18:15:32 +04:00
common [ZNR] fixed Jace, Mirror Mage token dying on entry (#7046) 2020-09-12 09:26:44 -04:00
condition [ZNR] Implemented Coveted Prize 2020-09-10 12:12:13 -04:00
costs Additional and alternative costs improved: 2020-09-13 09:57:17 +04:00
decorator Fixed Caged Zombie in issue #6643 2020-08-27 20:23:41 +01:00
dynamicvalue [ZNR] fixed party count including opposing creatures, updated test (fixes #7061) 2020-09-10 12:40:01 -04:00
effects updated discard effect to prevent unnecessary choosing from an empty hand (fixes #7064) 2020-09-11 22:34:16 -04:00
hint updated delirium hint (#7050) 2020-09-06 20:20:25 -04:00
keyword Additional and alternative costs improved: 2020-09-13 09:57:17 +04:00
mana * Removed unused imports. 2020-08-22 11:51:34 +02:00
meta Fixed missing locale param in string operations (#4634) 2020-07-03 02:00:58 +04:00
text
Abilities.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
AbilitiesImpl.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
Ability.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
AbilityImpl.java Additional and alternative costs improved: 2020-09-13 09:57:17 +04:00
ActivatedAbility.java * Removed unused imports. 2020-08-22 11:51:34 +02:00
ActivatedAbilityImpl.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
ActivationInfo.java Update *.sh and *.java files to use Unix line endings 2020-07-09 13:07:26 -04:00
CompoundAbility.java
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java Additional and alternative costs improved: 2020-09-13 09:57:17 +04:00
OpeningHandAction.java
PlayLandAbility.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
SpecialAction.java
SpecialActions.java
SpellAbility.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
StateTriggeredAbility.java
StaticAbility.java
TriggeredAbilities.java
TriggeredAbility.java
TriggeredAbilityImpl.java Tests: added verify check for wrong optional settings on DoIfCostPaid usage; 2020-08-14 16:22:34 +04:00