forked from External/mage
* Unearth - Fixed a problem with exiling the unearthed creature (fixes #1912).
This commit is contained in:
parent
0d11a39fc4
commit
6a03522ee8
4 changed files with 34 additions and 33 deletions
|
|
@ -1176,7 +1176,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
MageObjectReference mor = new MageObjectReference(currentObject, game);
|
||||
if (mor.getZoneChangeCounter() == getSourceObjectZoneChangeCounter()) {
|
||||
// source object has meanwhile not changed zone
|
||||
return sourceObject;
|
||||
return currentObject;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue