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

Immediately remove creature if it has zero or less health #210

Closed
Zomis opened this issue May 5, 2015 · 0 comments
Closed

Immediately remove creature if it has zero or less health #210

Zomis opened this issue May 5, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@Zomis
Copy link
Member

Zomis commented May 5, 2015

Apparently it is possible to have a creature with -5 health in play. It isn't removed until it is dealt damage by something. This is not as it should be. Whenever a creature has -5 or less health, it should be removed.

Possibly use a form of State-based actions (MTG term) to scan for stuff like this

@Zomis Zomis added the bug label May 5, 2015
@Zomis Zomis closed this as completed May 6, 2015
@Zomis Zomis added this to the 0.6 milestone May 6, 2015
@Zomis Zomis self-assigned this May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant