v0.3.0c: added a buff icon for bless

This commit is contained in:
Evan Debenham
2015-06-07 14:17:11 -04:00
parent abbdcff9ea
commit e0187cd233
4 changed files with 2 additions and 2 deletions
@@ -14,8 +14,7 @@ public class Bless extends FlavourBuff {
@Override
public int icon() {
//TODO: add icon
return BuffIndicator.FIRE;
return BuffIndicator.BLESS;
}
@Override
@@ -73,6 +73,7 @@ public class BuffIndicator extends Component {
public static final int RECHARGING = 34;
public static final int LOCKED_FLOOR= 35;
public static final int CORRUPT = 36;
public static final int BLESS = 37;
public static final int SIZE = 7;