generated from Nemesis/Exemple
nb = 100
This commit is contained in:
parent
ceb63d09df
commit
40b5d561fb
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def rolls(result,jet,type,nb,explosif,noadd,wild,f,g,ars,relance,mitige,z): # La
|
||||||
total = 0
|
total = 0
|
||||||
allresult = []
|
allresult = []
|
||||||
if (nb > 100):
|
if (nb > 100):
|
||||||
nb =
|
nb = 100
|
||||||
tmp=(type and nb)
|
tmp=(type and nb)
|
||||||
if (tmp):
|
if (tmp):
|
||||||
jet += str(nb)+"d"+str(type)
|
jet += str(nb)+"d"+str(type)
|
||||||
|
|
Loading…
Reference in a new issue