enabled all weathers
This commit is contained in:
parent
ceab8e6264
commit
e9df244446
6
games.py
6
games.py
|
@ -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", "🌌"),
|
||||||
|
|
Loading…
Reference in a new issue