forked from External/mage
* SetPowerToughnessSourceEffect - Set the correct sublayer to use (fixes #1354).
This commit is contained in:
parent
af18f95bba
commit
1139495fd7
24 changed files with 238 additions and 121 deletions
|
|
@ -122,6 +122,11 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
|
||||
@Override
|
||||
public void counter(UUID sourceId, Game game) {
|
||||
this.counter(sourceId, game, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void counter(UUID sourceId, Game game, boolean moveToGraveyard) {
|
||||
//20100716 - 603.8
|
||||
if (ability instanceof StateTriggeredAbility) {
|
||||
((StateTriggeredAbility) ability).counter(game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue