forked from External/mage
* GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR);
This commit is contained in:
parent
df98cc3e62
commit
a1da5ef437
304 changed files with 7266 additions and 5093 deletions
|
|
@ -47,8 +47,7 @@ public class BecomeBlockedTargetEffect extends OneShotEffect {
|
|||
continue;
|
||||
}
|
||||
boolean alreadyBlocked = combatGroup.getBlocked();
|
||||
combatGroup.setBlocked(true); // non-banded creatures
|
||||
combatGroup.setBlocked(true, game); // this only works for banded creatures and needs to be checked out
|
||||
combatGroup.setBlocked(true, game);
|
||||
if (alreadyBlocked) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue