diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Bones.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Bones.java index a8a681d83..abd806725 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Bones.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Bones.java @@ -71,8 +71,9 @@ public class Bones { Bundle bundle = new Bundle(); bundle.put( LEVEL, depth ); + bundle.put( BRANCH, branch ); bundle.put( ITEM, item ); - bundle.put( HERO_CLASS, heroClass ); + bundle.put( HERO_CLASS, Dungeon.hero.heroClass ); try { FileUtils.bundleToFile( BONES_FILE, bundle );