v0.6.3: fixed tipped dart alchemy not properly initialized sometimes
This commit is contained in:
parent
c519345921
commit
3d43c3c5c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user