v0.3.0c: removed tester code that I didn't mean to commit
This commit is contained in:
@@ -154,7 +154,7 @@ public class Dungeon {
|
||||
quickslot.reset();
|
||||
QuickSlotButton.reset();
|
||||
|
||||
depth = 24;
|
||||
depth = 0;
|
||||
gold = 0;
|
||||
|
||||
droppedItems = new SparseArray<ArrayList<Item>>();
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user