bug && and

This commit is contained in:
nemesis 2018-07-06 00:06:42 +02:00
parent e561d0dfaf
commit c36597235a

View file

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