Browse Source

correction adv

master
Nemesis 6 years ago
parent
commit
6b0c5ade22
  1. 3
      asmodee.py

3
asmodee.py

@ -603,14 +603,11 @@ def rollOptionPoint(): # Parse des options
elif (parser.eat("#[Ww]",1)):
parser.option[3] = 0
elif (parser.eat("[Ff]",1)):
print(parser.str + " ||||| " + parser.mtch)
if (parser.space()):
parser.option[4] = 6
elif (parser.eat(r"\d+",1)):
print(parser.str + " ||||| " + parser.mtch)
parser.option[4] = int(parser.mtch)
else:
print(parser.str + " ||||| " + parser.mtch)
parser.option[4] = 6
elif (parser.eat("#[Ff]",1)):
parser.option[4] = 0

Loading…
Cancel
Save