mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2025-02-16 13:24:06 +00:00
bugfix
This commit is contained in:
parent
7811a3d5f0
commit
834d576980
1 changed files with 1 additions and 2 deletions
3
main.py
3
main.py
|
@ -312,7 +312,6 @@ class Mamma(Role):
|
|||
role=target.role.name))
|
||||
|
||||
|
||||
|
||||
rolepriority = [Mifioso, Investigatore, Disastro, Angelo, Derek, Terrorista, Mamma]
|
||||
|
||||
|
||||
|
@ -890,7 +889,7 @@ def config(bot, update):
|
|||
else:
|
||||
game.message(bot, s.error_invalid_config)
|
||||
elif game.configstep == 8:
|
||||
if cmd[1].lower() == 'perfette':
|
||||
if cmd[1].lower() == 'perfetti':
|
||||
game.missingmifia = False
|
||||
game.endconfig(bot)
|
||||
elif cmd[1].lower() == 'mancare':
|
||||
|
|
Loading…
Add table
Reference in a new issue