Praytic / youtd2

Classic community-driven session-based Tower Defense game with RPG elements.
https://youtd2.com/
MIT License
77 stars 15 forks source link

Portal damage for Second Chance creeps should be reduced after reviving #381

Closed Kvel2D closed 4 months ago

Kvel2D commented 4 months ago

Can be verified in JASS code. See wave_special_second_chance_on_damaged_handler() and update_lowest_health().

After reviving, the lowest health value should be updated to health * mana_ratio and this value should be used for calculating portal damage, even if creep has more actual health than this value.