v1.4.0: fixed chalice of blood having spawn rate of 0 instead of cloak

This commit is contained in:
Evan Debenham
2022-09-15 13:32:37 -04:00
parent 1b820adbe3
commit 7f14fc697b

View File

@@ -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();
}
}