mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
omg come ho fatto a non accorgermene
This commit is contained in:
parent
ca26005828
commit
2df6198ebf
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -366,7 +366,7 @@ class Game:
|
|||
maxmifia += 1 # Sono sicuro che questo si potrebbe fare meglio
|
||||
self.roleconfig["Mifioso"] = random.randint(math.ceil(unassignedplayers / maxmifia / 2), math.ceil(unassignedplayers / maxmifia))
|
||||
unassignedplayers -= self.roleconfig["Mifioso"]
|
||||
balance += Mifioso.value
|
||||
balance += Mifioso.value * self.roleconfig["Mifioso"]
|
||||
# Ruoli positivi
|
||||
positiveroles = [Angelo, Investigatore, Mamma, Stagista]
|
||||
# Trova tutti i ruoli negativi
|
||||
|
|
Loading…
Reference in a new issue