forked from External/mage
fixed Curtain of Light targeting, updated how being unblocked is checked
This commit is contained in:
parent
3b0b923b7c
commit
2733d736d5
5 changed files with 19 additions and 22 deletions
|
|
@ -193,6 +193,8 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean isAttacking();
|
||||
|
||||
boolean isBlocked(Game game);
|
||||
|
||||
int getBlocking();
|
||||
|
||||
void setAttacking(boolean attacking);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue