mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08: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…
Add table
Add a link
Reference in a new issue