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:
@@ -88,7 +88,7 @@ public class CityLevel extends RegularLevel {
|
||||
protected void createItems() {
|
||||
super.createItems();
|
||||
|
||||
Imp.Quest.spawn( this, roomEntrance );
|
||||
Imp.Quest.spawn( this );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user