diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java index ae570d03b..295baeb08 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java @@ -260,7 +260,7 @@ public class Blandfruit extends Food { } else if (potionAttrib instanceof PotionOfExperience) { name = "Starfruit"; - potionGlow = new ItemSprite.Glowing( 0xFFFFFF ); + potionGlow = new ItemSprite.Glowing( 0xA79400 ); info += "It looks delicious and glorious, ready to be eaten!"; }