v0.4.0: lots more curse implementation
This commit is contained in:
committed by
Evan Debenham
parent
909e3bc445
commit
b8f6881830
@@ -53,7 +53,7 @@ public class ArmoryPainter extends Painter {
|
||||
set( level, statue, Terrain.STATUE );
|
||||
}
|
||||
|
||||
int n = Random.IntRange( 2, 3 );
|
||||
int n = Random.IntRange( 1, 2 );
|
||||
for (int i=0; i < n; i++) {
|
||||
int pos;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user