Added bird emoji for Crowstorm
This commit is contained in:
parent
73ab5572ec
commit
ddc74fea97
2
games.py
2
games.py
|
@ -28,7 +28,7 @@ def all_weathers():
|
||||||
#generate default config
|
#generate default config
|
||||||
super_weather_json = jsonpickle.encode(weather("Supernova", "🌟"))
|
super_weather_json = jsonpickle.encode(weather("Supernova", "🌟"))
|
||||||
mid_weather_json = jsonpickle.encode(weather("Midnight", "🕶"))
|
mid_weather_json = jsonpickle.encode(weather("Midnight", "🕶"))
|
||||||
crow_weather_json = jsonpickle.encode(weather("Crowstorm", ""))
|
crow_weather_json = jsonpickle.encode(weather("Crowstorm", "🐦"))
|
||||||
slime_weather_json = jsonpickle.encode(weather("Slime", "🟢"))
|
slime_weather_json = jsonpickle.encode(weather("Slime", "🟢"))
|
||||||
peanut_weather_json = jsonpickle.encode(weather("Peanado", "🥜"))
|
peanut_weather_json = jsonpickle.encode(weather("Peanado", "🥜"))
|
||||||
thickair_weather_json = jsonpickle.encode(weather("Thick Air", "🌫️"))
|
thickair_weather_json = jsonpickle.encode(weather("Thick Air", "🌫️"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user