mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed timing of when snow appears
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user