v0.2.3d: further tweaks, now actually fixes blacksmith bug
This commit is contained in:
@@ -54,7 +54,7 @@ public class CityLevel extends RegularLevel {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void assignRoomType() {
|
||||
protected boolean assignRoomType() {
|
||||
super.assignRoomType();
|
||||
|
||||
for (Room r : rooms) {
|
||||
@@ -62,6 +62,8 @@ public class CityLevel extends RegularLevel {
|
||||
r.type = Type.PASSAGE;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user