mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-21 01:49:29 +08:00
Merge branch 'LmeSzinc:master' into master
This commit is contained in:
@@ -105,7 +105,10 @@ def raid_ocr(raid, mode):
|
||||
else:
|
||||
return DigitCounter(button, letter=(231, 239, 247), threshold=128)
|
||||
elif raid == 'GORIZIA':
|
||||
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
|
||||
if mode == 'ex':
|
||||
return Digit(button, letter=(198, 223, 140), threshold=128)
|
||||
else:
|
||||
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
|
||||
except KeyError:
|
||||
raise ScriptError(f'Raid entrance asset not exists: {key}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user