From 5f88bfaee16f003859dd173d595dcbc4c79b6868 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sat, 27 Mar 2021 19:14:20 -0400 Subject: [PATCH] adjusted voice selection paradigm --- the_prestige.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the_prestige.py b/the_prestige.py index 436ece0..c190f18 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1626,12 +1626,12 @@ async def watch_game(channel, newgame, user = None, league = None): main_controller.master_games_dic[id] = (newgame, state_init, discrim_string) -def prepare_game(newgame, league = None, weather_name = None, voice = None): +def prepare_game(newgame, league = None, weather_name = None): if weather_name is None and newgame.weather.name == "Sunny": weathers = weather.all_weathers() newgame.weather = weathers[random.choice(list(weathers.keys()))](newgame) - if voice is None: + if newgame.voice is None: newgame.voice = gametext.TheGoddesses() state_init = {