mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
fixed multiple emblems in play
This commit is contained in:
parent
3b643805c8
commit
f98a1be4e0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class GetEmblemEffect extends OneShotEffect<GetEmblemEffect> {
|
|||
newEmblem.setControllerId(source.getControllerId());
|
||||
game.getState().getCommand().add(newEmblem);
|
||||
for (Ability ability: newEmblem.getAbilities()) {
|
||||
game.getState().addAbility(ability);
|
||||
ability.resolve(game);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue