enabled all weathers

This commit is contained in:
Sakimori 2021-02-19 19:05:06 -05:00
parent ceab8e6264
commit e9df244446

View file

@ -30,9 +30,9 @@ def config():
def all_weathers():
weathers_dic = {
#"Supernova" : weather("Supernova", "🌟"),
#"Midnight": weather("Midnight", "🕶"),
#"Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"),
"Supernova" : weather("Supernova", "🌟"),
"Midnight": weather("Midnight", "🕶"),
"Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"),
"Heavy Snow": weather("Heavy Snow", ""),
"Twilight" : weather("Twilight", "👻"),
"Thinned Veil" : weather("Thinned Veil", "🌌"),