Update ARE-DYNAMIC.py
This commit is contained in:
parent
67f7dc8079
commit
7184c164c1
|
@ -102,6 +102,9 @@ def partie1v1(joueur, adversaire):
|
|||
resa[0] += 1
|
||||
resa[1] += ans_prison[1]
|
||||
|
||||
joueur["annees_de_prison"] += ans_prison[0]
|
||||
adversaire["annees_de_prison"] += ans_prison[1]
|
||||
|
||||
return ans_prison
|
||||
|
||||
def partie8tours(coord_joueur):
|
||||
|
|
Loading…
Reference in New Issue