v0.3.0: added support for cooking blandfruit with new seed

This commit is contained in:
Evan Debenham 2015-05-20 10:50:38 -04:00 committed by Evan Debenham
parent b5493f4efe
commit ec1062a650

View File

@ -257,6 +257,12 @@ public class Blandfruit extends Food {
potionGlow = new ItemSprite.Glowing( 0x8E2975 );
info += "It looks delicious and clean, ready to be eaten!";
} else if (potionAttrib instanceof PotionOfExperience) {
name = "Starfruit";
potionGlow = new ItemSprite.Glowing( 0xFFFFFF );
info += "It looks delicious and glorious, ready to be eaten!";
}
return this;