generated from Nemesis/Exemple
bug && and
This commit is contained in:
parent
e561d0dfaf
commit
c36597235a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue