jamespicone / potw

Mod for the Sentinels of the Multiverse videogame putting in characters from Worm
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Behemoth proximity damage does not work correctly when redirected #10

Open jamespicone opened 3 years ago

jamespicone commented 3 years ago

When Behemoth's end-of-turn proximity damage is redirected, the damage dealt is based on the new target's proximity token count, not the old target's proximity token count. This seems to be because the dynamic damage amount passed into DealDamage doesn't get evaluated until the final DealDamageAction is constructed.

Omnitron's Technological Singularity is a reference point here; it seems to manually implement the target selection logic etc..