mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Abbassata la percentuale
This commit is contained in:
parent
420a6a790b
commit
d8bd8d8663
1 changed files with 1 additions and 1 deletions
2
mifia.py
2
mifia.py
|
@ -297,7 +297,7 @@ while True:
|
|||
# Assegnazione dei ruoli
|
||||
r = random.randrange(0, 100)
|
||||
# Spiegare meglio cosa deve fare ogni ruolo?
|
||||
if r < 20:
|
||||
if r < 15:
|
||||
p.role = 1
|
||||
p.special = True
|
||||
p.message("Sei stato assegnato alla squadra \U0001F608 *MIFIA*."
|
||||
|
|
Loading…
Reference in a new issue