mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fix Surrounded by Orcs
This commit is contained in:
parent
41ec219efb
commit
f4e77d0f9a
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class SurroundedByOrcsEffect extends OneShotEffect {
|
||||||
if (permanent == null || player == null) {
|
if (permanent == null || player == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
game.getState().processAction(game);
|
||||||
player.millCards(permanent.getPower().getValue(), source, game);
|
player.millCards(permanent.getPower().getValue(), source, game);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue