Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make an "All enemy" attack not affect hidden enemies.
Problem: Attack that hit all enemies also hits a hidden character. Solution: In IsTargetValid(), include aside of !IsDead the condition !IsHidden().
- Loading branch information