v0.3.0c: removed tester code that I didn't mean to commit

This commit is contained in:
Evan Debenham 2015-06-05 22:15:04 -04:00
parent ade7ae440b
commit 3cf7979a4c
2 changed files with 1 additions and 4 deletions

View File

@ -154,7 +154,7 @@ public class Dungeon {
quickslot.reset();
QuickSlotButton.reset();
depth = 24;
depth = 0;
gold = 0;
droppedItems = new SparseArray<ArrayList<Item>>();

View File

@ -120,9 +120,6 @@ public enum HeroClass {
if (!Dungeon.isChallenged(Challenges.NO_FOOD))
new Food().identify().collect();
hero.HP = hero.HT = 10000;
new WandOfFireblast().identify().upgrade(50).collect();
}
public Badges.Badge masteryBadge() {