v2.2.0: reverted unintentional increase to CaveRoom minimum size
This commit is contained in:
@@ -27,12 +27,6 @@ import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter;
|
||||
|
||||
public class CaveRoom extends PatchRoom {
|
||||
|
||||
@Override
|
||||
public int minWidth() { return Math.max(6, super.minWidth()); }
|
||||
|
||||
@Override
|
||||
public int minHeight() { return Math.max(6, super.minHeight()); }
|
||||
|
||||
@Override
|
||||
public float[] sizeCatProbs() {
|
||||
return new float[]{4, 2, 1};
|
||||
|
||||
Reference in New Issue
Block a user