V0.2.0: Updated TODOs

This commit is contained in:
Evan Debenham
2014-09-12 00:18:19 -04:00
parent 149d199422
commit c015902f83
6 changed files with 3 additions and 6 deletions
@@ -837,7 +837,6 @@ public class Hero extends Char {
for (Buff buff : buffs(RingOfTenacity.Tenacity.class)) {
tenacity += ((RingOfTenacity.Tenacity)buff).level;
}
//TODO: test if this works
if (tenacity != 0) //(HT - HP)/HT = heroes current % missing health.
dmg *= Math.pow(0.9, tenacity*((float)(HT - HP)/HT));