diff --git a/asmodee.py b/asmodee.py index b0bb926..f6ab592 100755 --- a/asmodee.py +++ b/asmodee.py @@ -436,7 +436,7 @@ def rolls(result,jet,type,nb,explosif,noadd,wild,f,g,ars,relance,mitige,z): # La total = 0 allresult = [] if (nb > 100): - nb = + nb = 100 tmp=(type and nb) if (tmp): jet += str(nb)+"d"+str(type)