v0.2.3: corrected identified state of starting cloak
This commit is contained in:
parent
817da5a778
commit
c4b2c9ab4b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user