From 48897d8cb19442fcfe0f533dd14c9791da5e1992 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 3 Feb 2021 04:03:45 -0500 Subject: [PATCH] retired slight tailwind weather --- games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games.py b/games.py index 88f5ed9..24c2e26 100644 --- a/games.py +++ b/games.py @@ -32,7 +32,7 @@ def all_weathers(): weathers_dic = { #"Supernova" : weather("Supernova", "🌟"), #"Midnight": weather("Midnight", "🕶"), - "Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"), + #"Slight Tailwind": weather("Slight Tailwind", "🏌️‍♀️"), "Heavy Snow": weather("Heavy Snow", "❄"), "Twilight" : weather("Twilight", "👻"), "Thinned Veil" : weather("Thinned Veil", "🌌")