V0.2.0c : correct typo in generator
This commit is contained in:
parent
f8d76da5a8
commit
20686b5ba0
|
@ -184,8 +184,7 @@ public class Generator {
|
|||
HornOfPlenty.class,
|
||||
MasterThievesArmband.class,
|
||||
SandalsOfNature.class,
|
||||
TalismanOfForesight.class,
|
||||
};
|
||||
TalismanOfForesight.class};
|
||||
Category.ARTIFACT.probs = new float[]{ 0, 1, 1, 1, 0, 1, 1 };
|
||||
|
||||
Category.SEED.classes = new Class<?>[]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user