v0.2.3: cloak of shadows is now unique to the rogue

This commit is contained in:
Evan Debenham
2014-11-28 11:51:40 -05:00
parent c8a5884b45
commit a0617572bb
3 changed files with 4 additions and 2 deletions
@@ -31,6 +31,8 @@ public class CloakOfShadows extends Artifact {
chargeCap = level+5;
exp = 0;
defaultAction = AC_STEALTH;
bones = false;
}
private boolean stealthed = false;