mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Chandra, Awakened Inferno - fixed game error on emblem usage
This commit is contained in:
parent
60730dff47
commit
150d76dcf9
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class ChandraAwakenedInfernoEffect extends OneShotEffect {
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
for (UUID playerId : game.getOpponents(source.getControllerId())) {
|
for (UUID playerId : game.getOpponents(source.getControllerId())) {
|
||||||
game.addEmblem(new ChandraAwakenedInfernoEmblem(), source.getSourceObjectIfItStillExists(game), playerId);
|
game.addEmblem(new ChandraAwakenedInfernoEmblem(), source.getSourceObject(game), playerId);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue