Changed timing of when snow appears

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-19 16:45:29 +01:00
parent 6274ba6d5b
commit 107092277e
5 changed files with 36 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ var Nochan = {
blob_list: [],
winter: (new Date()).getMonth() >= 10 || (new Date()).getMonth() <= 1 ? true : false,
winter: (new Date()).getMonth() >= 10 ? true : false,
times_rotated: 0,