1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00

opsssssss

This commit is contained in:
Steffo 2016-04-22 20:43:55 +02:00
parent 729f095977
commit 5759b6cc5d

View file

@ -158,7 +158,7 @@ class Game:
selected.role = Investigatore()
investigatore -= 1
# Seleziona 1 angelo
while investigatore > 0:
while angelo > 0:
try:
selected = playersleft.pop()
except IndexError: