forked from External/mage
Update AbilityImpl.java
This commit is contained in:
parent
2552dcf633
commit
9e475fccd1
1 changed files with 1 additions and 0 deletions
|
|
@ -1715,6 +1715,7 @@ public abstract class AbilityImpl implements Ability {
|
||||||
// So "Enters with counters" causes "Whenever counters are placed" to trigger with battlefield zcc
|
// So "Enters with counters" causes "Whenever counters are placed" to trigger with battlefield zcc
|
||||||
// Particularly relevant for Sagas, which always involve both
|
// Particularly relevant for Sagas, which always involve both
|
||||||
// Note that this does NOT apply to "As ~ ETB" effects, those still use the stack zcc
|
// Note that this does NOT apply to "As ~ ETB" effects, those still use the stack zcc
|
||||||
|
// TODO: JayDi doesn't like this solution, consider finding another one.
|
||||||
zcc += 1;
|
zcc += 1;
|
||||||
// However, tokens don't change their zcc upon entering the battlefield, so don't add for them
|
// However, tokens don't change their zcc upon entering the battlefield, so don't add for them
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue