v0.3.2: lots of wandmaker quest implementation

This commit is contained in:
Evan Debenham
2015-10-17 03:10:14 -04:00
parent cf2c54d115
commit c3ea21d5f4
4 changed files with 200 additions and 98 deletions
@@ -82,14 +82,7 @@ public class PrisonLevel extends RegularLevel {
}
}
return true;
}
@Override
protected void createItems() {
super.createItems();
Wandmaker.Quest.spawn( this, roomEntrance );
return Wandmaker.Quest.spawn( this, roomEntrance, rooms );
}
@Override