Merge branch 'main' into ai/paper-dynasty-card-creation#8
This commit is contained in:
commit
6a6767f5d8
@ -618,10 +618,10 @@ def result_string(tba_data, row_num, split_min=None, split_max=None):
|
|||||||
spaces -= 3
|
spaces -= 3
|
||||||
elif "SI**" in data_string:
|
elif "SI**" in data_string:
|
||||||
spaces += 1
|
spaces += 1
|
||||||
|
elif "DO**" in data_string:
|
||||||
|
spaces -= 2
|
||||||
elif "DO*" in data_string:
|
elif "DO*" in data_string:
|
||||||
spaces -= 1
|
spaces -= 1
|
||||||
elif "DO*" in data_string:
|
|
||||||
spaces -= 2
|
|
||||||
elif "so" in data_string:
|
elif "so" in data_string:
|
||||||
spaces += 3
|
spaces += 3
|
||||||
elif "gb" in data_string:
|
elif "gb" in data_string:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user