v0.3.4: reworked some aspects of plant & seed naming

This commit is contained in:
Evan Debenham
2016-01-09 05:40:06 -05:00
committed by Evan Debenham
parent 2d1023966b
commit f9b270447f
15 changed files with 28 additions and 36 deletions
@@ -60,10 +60,9 @@ public class Blindweed extends Plant {
public static class Seed extends Plant.Seed {
{
setPlant(Blindweed.class);
image = ItemSpriteSheet.SEED_BLINDWEED;
plantClass = Blindweed.class;
alchemyClass = PotionOfInvisibility.class;
}
}