sdf
This commit is contained in:
parent
346273f737
commit
2331bab303
@ -116,8 +116,7 @@ def checkIfCounts(line):
|
|||||||
estCon=0
|
estCon=0
|
||||||
if(re.match("(^_?[0-9]+){1}( \+ [0-9]+)?( [0-9]+( \+ [0-9])*)?", line)):
|
if(re.match("(^_?[0-9]+){1}( \+ [0-9]+)?( [0-9]+( \+ [0-9])*)?", line)):
|
||||||
print("match : " + line)
|
print("match : " + line)
|
||||||
estCon=1 # attackroll eller dam
|
estCon=1 # attackroll eller
|
||||||
s=re.search('\\', line)
|
|
||||||
s=re.search('\([-|\+][0-9]+\)+', line)
|
s=re.search('\([-|\+][0-9]+\)+', line)
|
||||||
if(s!=None):
|
if(s!=None):
|
||||||
print("match modifier: " + line)
|
print("match modifier: " + line)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user