v0.3.0c: rebalanced wand of corruption, added a buff icon to corruption
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user