forked from External/mage
* Storm - Fixed handling of countered Storm spells. * Reworked Rebound more rule conform. * Fixed that zone change counter was not raised if a card is moved to stack.
This commit is contained in:
parent
4b6993f398
commit
830765996f
15 changed files with 276 additions and 264 deletions
|
|
@ -65,4 +65,9 @@ public class FixedTarget implements TargetPointer {
|
|||
public UUID getTarget() {
|
||||
return target;
|
||||
}
|
||||
|
||||
public int getZoneChangeCounter() {
|
||||
return zoneChangeCounter;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue