From e9df24444628569915b7be2ca97f803d41a5ac65 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 19 Feb 2021 19:05:06 -0500 Subject: [PATCH] enabled all weathers --- games.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", "🌌"),