v0.3.0: reworked wand of regrowth, some polish needed though
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.shatteredpixel.shatteredpixeldungeon.actors.buffs;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.Assets;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.ui.BuffIndicator;
|
||||
|
||||
/**
|
||||
* Created by debenhame on 27/04/2015.
|
||||
*/
|
||||
public class Bless extends FlavourBuff {
|
||||
|
||||
@Override
|
||||
public int icon() {
|
||||
//TODO: add icon
|
||||
return BuffIndicator.FIRE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Blessed";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user