mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
* Hope of Ghirapur - Fixed a problem with check if current object has daone the damage.
This commit is contained in:
parent
4285aced97
commit
0714ae39dc
3 changed files with 30 additions and 16 deletions
|
|
@ -537,7 +537,7 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
|
||||
@Override
|
||||
public int getSourceObjectZoneChangeCounter() {
|
||||
throw new UnsupportedOperationException("Not supported.");
|
||||
return ability.getSourceObjectZoneChangeCounter();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue