From e98ae325cd899fd01fbbfe69069bcc8b5554a583 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 4 Mar 2024 19:28:52 -0600 Subject: [PATCH] Increase chance --- pageUpdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageUpdater.js b/pageUpdater.js index ea5136c..04255ec 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -82,7 +82,7 @@ function converter(html, query) { html = html.substring(0, html.indexOf("")) + bodyHTML + html.substring(html.indexOf("") + 7) - var weathers = ["rain", "none", "none", "none", "none", "none"] + var weathers = ["none", "none", "none", "rain"] var weather = weathers[time.getDate() % weathers.length]