Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize death lists with deathParty; add priority method
The initialization of `deathAllianceHealers` and `deathAllianceSupports` now includes the contents of `deathParty`, ensuring these lists start with the same elements as `deathParty`. Added a new private static method `GetPriorityDeathTarget` to determine the highest priority target for raising from a list of valid targets, potentially improving the logic for handling death targets in the game.
- Loading branch information