V0.2.0: updated sprites, reworked some class hierarchies (probably adds some bugs!)

This commit is contained in:
Evan Debenham
2014-08-24 23:55:10 -04:00
parent ac1e6ff8f3
commit c96c3c5bed
10 changed files with 75 additions and 50 deletions
@@ -49,10 +49,10 @@ public class Bones {
item = Dungeon.hero.belongings.armor;
break;
case 2:
item = Dungeon.hero.belongings.ring1;
item = Dungeon.hero.belongings.misc1;
break;
case 3:
item = Dungeon.hero.belongings.ring2;
item = Dungeon.hero.belongings.misc2;
break;
}
if (item == null) {