foul-magics/Mage/src/main/java/mage/abilities/effects
Brik Royster fce93c66e1 Fixed NullPointerException when Accursed Witch transforms (#5571)
* Fixed NullPointerException when Accursed Witch transforms

Feedback issue: #5529
Aura replacement code tried to remove the second face from the original zone which had ownerId == null. Now, we remember the first face (the original card) and remove it from the old zone before creating a permanent out of the second face.

* Accursed Witch's death trigger now requires targetting opponent instead of using aura replacement effects

Feedback issue: #5529
Previously you could attach Infectious Curse to either player and get around hexproof
The ability text has also been updated to match the Oracle text of Accursed Witch.
2019-02-03 19:40:46 -06:00
..
common Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
keyword update wordings so they are not blank 2019-01-10 22:14:29 -05:00
mana - added some null checks. #5537 2019-01-21 10:33:42 -06:00
ApplyCountersEffect.java
AsThoughEffect.java [GRN] Added Thief of Sanity. 2018-09-22 16:43:15 +02:00
AsThoughEffectImpl.java [GRN] Added Thief of Sanity. 2018-09-22 16:43:15 +02:00
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java
AuraReplacementEffect.java Fixed NullPointerException when Accursed Witch transforms (#5571) 2019-02-03 19:40:46 -06:00
ContinuousEffect.java
ContinuousEffectImpl.java use isActivePlayer where possible, some minor text fixes 2018-06-29 21:18:05 +02:00
ContinuousEffects.java * Kess, Dissident Mage - Fixed that it did not allow split cards from graveyard. Fixed some other problems with the card. 2019-01-04 17:21:07 +01:00
ContinuousEffectsList.java * Fixed that the becomes land effects of Gaea's Liege and Graceful Antelope did not end when the source left the battlefield. 2019-01-06 11:11:09 +01:00
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java
CostModificationEffect.java
CreateTokenCopySourceEffect.java
Effect.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
EffectImpl.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
Effects.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
EntersBattlefieldEffect.java
EquipEffect.java Allow activating equip ability 2018-06-25 22:36:49 -04:00
GainAbilitySpellsEffect.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java
PhantomPreventionEffect.java
PlaneswalkerRedirectionEffect.java
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java
RedirectionEffect.java * Glarecaster - Fixed that its redirect ability allows for multiple redirects not only if damage is dealt at the same time (fixes #5368). 2018-10-10 23:17:10 +02:00
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java