combined start and lobby frame

This commit is contained in:
2023-05-04 20:39:42 -07:00
parent 1dea2cf324
commit 17e15b47eb
5 changed files with 88 additions and 85 deletions

View File

@@ -601,7 +601,7 @@ class Game:
case 'choose 1':
choice = [second_word, third_word]
case 'choose 2':
choice = [fourth_word, fifth_word]
choice = [fourth_word, split_command[4]]
case 'choose 3':
choice = [split_command[5], split_command[6]] # [sixth_word, seventh_word]
case _:
@@ -675,6 +675,7 @@ class Game:
player.magic_score = player.magic_score - mp
player.owned_domains.append(domain_stack.pop(-1))
domain_stack[-1].toggle_accessibility(True)
def action_phase(self):
return