diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java index 590908103..5eb952f76 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java @@ -158,7 +158,7 @@ public enum HeroClass { (hero.belongings.weapon = new Dagger()).identify(); CloakOfShadows cloak = new CloakOfShadows(); - hero.belongings.misc1 = cloak; + (hero.belongings.misc1 = cloak).identify(); hero.belongings.misc1.activate( hero ); new Dart( 8 ).identify().collect();