Apotheosis

Apotheosis

70M Downloads

Mage Slayer gem bonus's math is off

TheWinABagel opened this issue ยท 1 comments

commented

user.heal(amount * (1 - value));
return amount * (1 - value);

Should just return amount as the player is currently getting healed for the same amount as they take damage

commented

Correct that the math was off, but not the correct fix - the return value is correct, but the heal amount should be amount * value.