v0.3.2c: fixed a crash in levelgen
This commit is contained in:
committed by
Evan Debenham
parent
8bf7794bb6
commit
ef44eaad08
@@ -79,7 +79,7 @@ public class CavesLevel extends RegularLevel {
|
||||
|
||||
@Override
|
||||
protected boolean assignRoomType() {
|
||||
super.assignRoomType();
|
||||
if (!super.assignRoomType()) return false;
|
||||
|
||||
if (!Blacksmith.Quest.spawn( rooms ) && Dungeon.depth == 14)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user