v0.2.3: actually removed cloak of shadows from standard drops.
This commit is contained in:
parent
b851be162e
commit
8e645bfdbf
|
@ -350,7 +350,7 @@ public class Generator {
|
||||||
|
|
||||||
//resets artifact probabilities, for new dungeons
|
//resets artifact probabilities, for new dungeons
|
||||||
public static void initArtifacts() {
|
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>();
|
spawnedArtifacts = new ArrayList<String>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user