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++) {