From 0a02a073f8cb69480b66b9433f51bf9e301a9a58 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 23 Mar 2024 01:38:35 -0500 Subject: [PATCH] Less rain --- weatherGenerator.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/weatherGenerator.js b/weatherGenerator.js index 0ba9417..5f3ac07 100644 --- a/weatherGenerator.js +++ b/weatherGenerator.js @@ -43,13 +43,12 @@ module.exports = { ` - var amount = 10 + var amount = 7 - var iterationReducer = 3 + var iterationReducer = 1 if (hardRain) { amount = 100 - iterationReducer = 1 } for (let index = 0; index < amount; index++) {