v0.2.3: corrected identified state of starting cloak

This commit is contained in:
Evan Debenham 2014-11-19 01:43:05 -05:00
parent 817da5a778
commit c4b2c9ab4b

View File

@ -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();