OilyLime / HackymonTCG

Project for SOEN 354 @ Concordia
0 stars 0 forks source link

Pokemon aren't being knocked out #86

Closed LucCelny closed 6 years ago

LucCelny commented 6 years ago

Life at or below zero but still in active position (for AI opponent).

OilyLime commented 6 years ago

I also noticed this, and it has to do with the new way we are executing abilities, which is done outside of the GameManager module. We simply need to add logic to check if a pokemon's health is at or below zero, similar to the way we were doing it before.

jessetrem commented 6 years ago

Working on fixing it