Mortal dysmorphia may not kill if the players involved have >100 max HP
James103 opened this issue ยท 4 comments
Mortal dysmorphia always deals 100 HP of damage upon turning mortal if the soul does not belong in the body it's inhabiting; this amount is regardless of the player's max health.
The 100F
constant should be changed to player.getMaxHealth() * 5
to ensure the damage source always hits for an amount greater than the player's max health. The damage source itself may need to be changed to act like void damage instead of just magic, further ensuring no amount of protection can reduce the damage amount below the player's max health.
I was testing this issue, another thing to keep in mind is that the damage would have to bypass totems of undying since those do also allow the issue to persist.
I was testing this issue, another thing to keep in mind is that the damage would have to bypass totems of undying since those do also allow the issue to persist.
Void damage already bypasses totems