v0.6.0: fissure rooms can now be large and giant
This commit is contained in:
@@ -8,6 +8,12 @@ import com.watabou.utils.Random;
|
||||
|
||||
public class FissureRoom extends StandardRoom {
|
||||
|
||||
|
||||
@Override
|
||||
public float[] sizeCatProbs() {
|
||||
return new float[]{6, 3, 1};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void paint(Level level) {
|
||||
Painter.fill( level, this, Terrain.WALL );
|
||||
|
||||
Reference in New Issue
Block a user