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(): def all_weathers():
weathers_dic = { weathers_dic = {
#"Supernova" : weather("Supernova", "🌟"), "Supernova" : weather("Supernova", "🌟"),
#"Midnight": weather("Midnight", "🕶"), "Midnight": weather("Midnight", "🕶"),
#"Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"), "Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"),
"Heavy Snow": weather("Heavy Snow", ""), "Heavy Snow": weather("Heavy Snow", ""),
"Twilight" : weather("Twilight", "👻"), "Twilight" : weather("Twilight", "👻"),
"Thinned Veil" : weather("Thinned Veil", "🌌"), "Thinned Veil" : weather("Thinned Veil", "🌌"),