forked from External/mage
Some clean up changes.
This commit is contained in:
parent
5469facdd6
commit
5d94ed8dd0
43 changed files with 187 additions and 343 deletions
|
|
@ -82,9 +82,7 @@ class ChancellorEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
ability.setSourceId(source.getSourceId());
|
||||
ability.setControllerId(source.getControllerId());
|
||||
game.addDelayedTriggeredAbility(ability);
|
||||
game.addDelayedTriggeredAbility(ability, source);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue