foul-magics/Mage/src/main/java/mage
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
..
abilities Fixed NullPointerException when Accursed Witch transforms (#5571) 2019-02-03 19:40:46 -06:00
actions
cards change looping over maps (Sonar) 2019-02-02 22:37:02 +01:00
choices Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
constants Refactor: removed unused custom set filters in SubType requests; 2019-02-04 00:53:51 +04:00
counters Implemented Energy Vortex 2019-01-30 16:28:26 -05:00
designations Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc); 2018-11-29 19:29:39 +04:00
filter Implemented Brine Hag, Venarian Gold, Wall of Shadows 2019-01-27 08:55:39 +01:00
game Sonar fixes 2019-02-02 22:09:55 +01:00
players Fixed NPE error on empty library 2019-01-30 20:38:53 +04:00
target Improved target messages for users: added extra hints; 2019-01-21 12:53:02 +04:00
util updated Krark's Thumb, still doesn't work in multiples 2019-01-15 16:55:45 -05:00
watchers better use of the CardsImpl constructor 2019-02-03 21:08:31 +01:00
ConditionalMana.java
MageException.java
MageInt.java
MageItem.java
MageObject.java Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc); 2018-11-29 19:29:39 +04:00
MageObjectImpl.java Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc); 2018-11-29 19:29:39 +04:00
MageObjectReference.java updated target adjusters D through G 2018-09-26 22:13:35 -04:00
Mana.java
ManaSymbol.java
ObjectColor.java