v2.3.0: fixed some bugs with remains variable storing

This commit is contained in:
Evan Debenham
2023-12-01 14:32:18 -05:00
parent c3c4cc9f54
commit 21b05f3cf3

View File

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