v0.3.0c: rebalanced wand of corruption, added a buff icon to corruption

This commit is contained in:
Evan Debenham
2015-06-06 17:45:58 -04:00
parent 7afe96b502
commit b91d5d7185
5 changed files with 14 additions and 9 deletions
@@ -12,7 +12,6 @@ public class Corruption extends Buff {
type = buffType.NEGATIVE;
}
//TODO: need to bundle this
private float buildToDamage = 0f;
@Override
@@ -37,9 +36,8 @@ public class Corruption extends Buff {
}
@Override
//TODO: new icon
public int icon() {
return BuffIndicator.POISON;
return BuffIndicator.CORRUPT;
}
@Override