v0.6.3: fixed tipped dart alchemy not properly initialized sometimes

This commit is contained in:
Evan Debenham 2018-02-06 23:02:01 -05:00 committed by Evan Debenham
parent c519345921
commit 3d43c3c5c7

View File

@ -69,7 +69,7 @@ public abstract class TippedDart extends Dart {
}
private static HashMap<Class<?extends Plant.Seed>, Class<?extends TippedDart>> types = new HashMap<>();
{
static {
types.put(Blindweed.Seed.class, BlindingDart.class);
types.put(Dreamfoil.Seed.class, SleepDart.class);
types.put(Earthroot.Seed.class, ParalyticDart.class);