v0.3.1d: fixed some bugs with artifact generation

This commit is contained in:
Evan Debenham
2015-09-10 16:55:24 -04:00
parent 0364319154
commit ac6f1b54cc
3 changed files with 10 additions and 7 deletions
@@ -140,8 +140,6 @@ public class Dungeon {
version = Game.versionCode;
challenges = ShatteredPixelDungeon.challenges();
Generator.initArtifacts();
Actor.clear();
Actor.resetNextID();
@@ -175,7 +173,8 @@ public class Dungeon {
Imp.Quest.reset();
Room.shuffleTypes();
Generator.initArtifacts();
hero = new Hero();
hero.live();