Browse Source

nb = 100

master
Nemesis 6 years ago
parent
commit
40b5d561fb
  1. 2
      asmodee.py

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

Loading…
Cancel
Save