v0.3.4: changed potion/scroll initials into icons
This commit is contained in:
committed by
Evan Debenham
parent
ff31a1f303
commit
b29d71d2d8
+5
-1
@@ -33,7 +33,11 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
|
||||
public class PotionOfInvisibility extends Potion {
|
||||
|
||||
private static final float ALPHA = 0.4f;
|
||||
|
||||
|
||||
{
|
||||
initials = 3;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void apply( Hero hero ) {
|
||||
setKnown();
|
||||
|
||||
Reference in New Issue
Block a user