mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
lel
This commit is contained in:
parent
169a0c0360
commit
7811a3d5f0
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -304,8 +304,8 @@ class Mamma(Role):
|
|||
return r
|
||||
|
||||
def onstartgame(self, bot, game):
|
||||
target = None
|
||||
while target != self.player:
|
||||
target = self.player
|
||||
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