Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angel of Jubilation prevents sacrifice of all kind of permanents instead of only creatures #245

Closed
LevelX2 opened this issue Jun 15, 2013 · 3 comments
Assignees
Labels

Comments

@LevelX2
Copy link
Contributor

@LevelX2 LevelX2 commented Jun 15, 2013

Angel of Jubilation prevents sacrificing of all kind of permanents instead of only creatures.
i.e. Horizon Canopy cant't be sacrificed if the Angel is on the battlefield.

@drmDev
Copy link
Contributor

@drmDev drmDev commented Apr 16, 2016

Issue still occurs.

Needs to have more customized rule changing effects:

     for (Player player : game.getPlayers().values()) {
        player.setCanPayLifeCost(false);
        player.setCanPaySacrificeCost(false);
    }
@ImperatorPrime ImperatorPrime self-assigned this May 7, 2016
@ImperatorPrime
Copy link
Contributor

@ImperatorPrime ImperatorPrime commented May 8, 2016

I should have a first pass at this in the next few days.

@ImperatorPrime
Copy link
Contributor

@ImperatorPrime ImperatorPrime commented May 9, 2016

Fixed by 43205b6. I think my test suite covered everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants