generated from Nemesis/Exemple
Coquille sur la limite
This commit is contained in:
parent
58c6c3457d
commit
17188accc7
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ def roll(result,type,explosif,nb,f,noadd,ars,relance,mitige):
|
|||
def rolls(result,jet,type,nb,explosif,noadd,wild,f,g,ars,relance,mitige):
|
||||
total = 0
|
||||
allresult = []
|
||||
if (nb > 10000)
|
||||
if (nb > 10000):
|
||||
nb = 10000
|
||||
tmp=(type and nb)
|
||||
if (tmp):
|
||||
|
|
Loading…
Reference in a new issue