From 55ea3a406e7232dc5848101dd806819e59df4cac Mon Sep 17 00:00:00 2001 From: citrons Date: Sat, 14 Oct 2023 00:20:26 -0500 Subject: adjust surface collectible rarity again --- generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3