v0.2.3: actually removed cloak of shadows from standard drops.

This commit is contained in:
Evan Debenham 2014-12-09 19:02:42 -05:00
parent b851be162e
commit 8e645bfdbf

View File

@ -350,7 +350,7 @@ public class Generator {
//resets artifact probabilities, for new dungeons
public static void initArtifacts() {
Category.ARTIFACT.probs = new float[]{ 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0 };
Category.ARTIFACT.probs = new float[]{ 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0 };
spawnedArtifacts = new ArrayList<String>();
}