diff --git a/games.py b/games.py index 0773eb8..ed39dae 100644 --- a/games.py +++ b/games.py @@ -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", "🌌"),