shinhs0506 / SugarLevelHigh

CPSC 427 Game programming, Sugar Level: High
0 stars 0 forks source link

Add enemy healer logic; one enemy healer is added to the tutorial level #151

Closed Melonbun233 closed 2 years ago

Melonbun233 commented 2 years ago

Enemy healers have basically the same logic as normal enemies but with less health and energy. On their turns, they will try to first see if there's any enemy can be healed within range and heal them. If not, they perform the same AI as normal enemies.