v0.2.3: cloak of shadows is now unique to the rogue
This commit is contained in:
@@ -188,7 +188,7 @@ public class Generator {
|
||||
MasterThievesArmband.class,
|
||||
SandalsOfNature.class,
|
||||
TalismanOfForesight.class};
|
||||
Category.ARTIFACT.probs = new float[]{ 0, 1, 1, 1, 0, 1, 1 };
|
||||
Category.ARTIFACT.probs = new float[]{ 0, 1, 0, 1, 0, 1, 1 };
|
||||
|
||||
Category.SEED.classes = new Class<?>[]{
|
||||
Firebloom.Seed.class,
|
||||
|
||||
@@ -31,6 +31,8 @@ public class CloakOfShadows extends Artifact {
|
||||
chargeCap = level+5;
|
||||
exp = 0;
|
||||
defaultAction = AC_STEALTH;
|
||||
|
||||
bones = false;
|
||||
}
|
||||
|
||||
private boolean stealthed = false;
|
||||
|
||||
Reference in New Issue
Block a user