Browse Source

bug && and

master
nemesis 6 years ago
parent
commit
c36597235a
  1. 2
      asmodee.py

2
asmodee.py

@ -235,7 +235,7 @@ def rolls(result,jet,type,nb,explosif,noadd,wild,f,g,ars,relance,mitige,z):
for i in range(nb):
new = 0
# Star Wars
if (z == True && i == 0):
if (z == True and i == 0):
result, res1, new = roll(result,type,True,nb,f,noadd,ars,relance,mitige)
allresult.append(res1)
if (res1 == 1):

Loading…
Cancel
Save