generated from Nemesis/Exemple
correction adv
This commit is contained in:
parent
6277b4a5f0
commit
6b0c5ade22
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue