|
@ -11,7 +11,6 @@ def reussite(joueur, action): |
|
|
lst_action = tbl[1] |
|
|
lst_action = tbl[1] |
|
|
for i in range(len(lst_joueur)): |
|
|
for i in range(len(lst_joueur)): |
|
|
if str(joueur) == str(lst_joueur[i]): |
|
|
if str(joueur) == str(lst_joueur[i]): |
|
|
print(lst_action[i]) |
|
|
|
|
|
if lst_action[i] == "tir-reussi": |
|
|
if lst_action[i] == "tir-reussi": |
|
|
tenta_t +=1 |
|
|
tenta_t +=1 |
|
|
reu_t +=1 |
|
|
reu_t +=1 |
|
|