From 56c1995bff867c86bcbc59a9fc50756771fbbfc7 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 14 Sep 2014 19:47:10 -0400 Subject: [PATCH] V0.2.0: changed default rouge quickslot & description. --- .../shatteredpixeldungeon/actors/hero/HeroClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java index dab5ec9e4..dc0c62628 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java @@ -62,7 +62,7 @@ public enum HeroClass { }; 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 are proficient with light armor, dodging better while wearing one.", "Rogues are proficient in detecting hidden doors and traps.", @@ -150,7 +150,7 @@ public enum HeroClass { new TomeOfMastery().collect(); } - Dungeon.quickslot = Dart.class; + Dungeon.quickslot = CloakOfShadows.class; new ScrollOfMagicMapping().setKnown(); }