Increase chance

This commit is contained in:
Bingus_Violet 2024-03-04 19:28:52 -06:00
parent 720ca213d3
commit e98ae325cd

View file

@ -82,7 +82,7 @@ function converter(html, query) {
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7) html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
var weathers = ["rain", "none", "none", "none", "none", "none"] var weathers = ["none", "none", "none", "rain"]
var weather = weathers[time.getDate() % weathers.length] var weather = weathers[time.getDate() % weathers.length]