mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-25 07:04:18 +00:00
bugfix
This commit is contained in:
parent
a37db0de02
commit
e331b25e7d
1 changed files with 6 additions and 4 deletions
2
main.py
2
main.py
|
@ -304,6 +304,8 @@ class Mamma(Role):
|
|||
return r
|
||||
|
||||
def onstartgame(self, bot, game):
|
||||
target = None
|
||||
while target != self.player:
|
||||
target = random.sample(game.players, 1)[0]
|
||||
self.player.message(bot, s.mom_discovery.format(target=target.tusername,
|
||||
icon=target.role.icon,
|
||||
|
|
Loading…
Reference in a new issue