fixed Curtain of Light targeting, updated how being unblocked is checked

This commit is contained in:
Evan Kranzler 2017-10-05 13:35:42 -04:00
parent 3b0b923b7c
commit 2733d736d5
5 changed files with 19 additions and 22 deletions

View file

@ -193,6 +193,8 @@ public interface Permanent extends Card, Controllable {
boolean isAttacking();
boolean isBlocked(Game game);
int getBlocking();
void setAttacking(boolean attacking);