We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
omit the former steps.
game.end_turn() assert vigil3.cost == 5 E AssertionError: assert 0 == 5 E + where 0 = <Spell ('Solemn Vigil')>.cost
The text was updated successfully, but these errors were encountered:
in collectible.py we have this:
class BRM_001: """Solemn Vigil""" play = Draw(CONTROLLER) * 2 cost_mod = -Attr(GAME, GameTag.NUM_MINIONS_KILLED_THIS_TURN)
@jleclanche was it designed as the script or am I understanding this in a wrong way?
Sorry, something went wrong.
Find out the problem. game.players.minions_killed_this_turn needed restoring when game.end_turn
Think I've solved this by #459
No branches or pull requests
omit the former steps.
The text was updated successfully, but these errors were encountered: