v0.3.0: added proper glow color for starfruit

This commit is contained in:
Evan Debenham
2015-05-25 20:54:09 -04:00
parent 7aab6a8452
commit f3b70fc3ad
@@ -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!";
}