v0.6.3: fixed tipped dart alchemy not properly initialized sometimes
This commit is contained in:
committed by
Evan Debenham
parent
c519345921
commit
3d43c3c5c7
+1
-1
@@ -69,7 +69,7 @@ public abstract class TippedDart extends Dart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static HashMap<Class<?extends Plant.Seed>, Class<?extends TippedDart>> types = new HashMap<>();
|
private static HashMap<Class<?extends Plant.Seed>, Class<?extends TippedDart>> types = new HashMap<>();
|
||||||
{
|
static {
|
||||||
types.put(Blindweed.Seed.class, BlindingDart.class);
|
types.put(Blindweed.Seed.class, BlindingDart.class);
|
||||||
types.put(Dreamfoil.Seed.class, SleepDart.class);
|
types.put(Dreamfoil.Seed.class, SleepDart.class);
|
||||||
types.put(Earthroot.Seed.class, ParalyticDart.class);
|
types.put(Earthroot.Seed.class, ParalyticDart.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user