summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.c b/generator.c
index 4bd5086..a52f9c2 100644
--- a/generator.c
+++ b/generator.c
@@ -7,7 +7,7 @@
#define SPARSITY 40.0
#define CAVERNITY 20.0
-#define SURFACE_COLLECTIBLE_RARITY 40
+#define SURFACE_COLLECTIBLE_RARITY 50
static void fill_circle(Uint8 tiles[], int x, int y, float radius, tile t) {
int boundary = SDL_fabs(radius) + 0.5;