V0.2.0: changed default rouge quickslot & description.

This commit is contained in:
Evan Debenham 2014-09-14 19:47:10 -04:00
parent 3c4ba9d019
commit 56c1995bff

View File

@ -62,7 +62,7 @@ public enum HeroClass {
}; };
public static final String[] ROG_PERKS = { public static final String[] ROG_PERKS = {
"Rogues start with a Ring of Shadows+1.", "Rogues start with a Cloak of Shadows.",
"Rogues identify a type of a ring on equipping it.", "Rogues identify a type of a ring on equipping it.",
"Rogues are proficient with light armor, dodging better while wearing one.", "Rogues are proficient with light armor, dodging better while wearing one.",
"Rogues are proficient in detecting hidden doors and traps.", "Rogues are proficient in detecting hidden doors and traps.",
@ -150,7 +150,7 @@ public enum HeroClass {
new TomeOfMastery().collect(); new TomeOfMastery().collect();
} }
Dungeon.quickslot = Dart.class; Dungeon.quickslot = CloakOfShadows.class;
new ScrollOfMagicMapping().setKnown(); new ScrollOfMagicMapping().setKnown();
} }