This commit is contained in:
Nemesis 2018-07-29 09:59:10 +02:00
parent ceb63d09df
commit 40b5d561fb

View file

@ -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)