v1.4.0: fixed chalice of blood having spawn rate of 0 instead of cloak
This commit is contained in:
@@ -472,7 +472,7 @@ public class Generator {
|
||||
TimekeepersHourglass.class,
|
||||
UnstableSpellbook.class
|
||||
};
|
||||
ARTIFACT.defaultProbs = new float[]{ 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
|
||||
ARTIFACT.defaultProbs = new float[]{ 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1 };
|
||||
ARTIFACT.probs = ARTIFACT.defaultProbs.clone();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user