v0.2.3d: several tweaks to quest generation, should fix occasional crashing when using ankh on floors 1-9, and blacksmith rarely failing to spawn.
This commit is contained in:
@@ -66,8 +66,8 @@ public class PrisonLevel extends RegularLevel {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void createMobs() {
|
||||
super.createMobs();
|
||||
protected void createItems() {
|
||||
super.createItems();
|
||||
|
||||
Wandmaker.Quest.spawn( this, roomEntrance );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user