mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Update os_status.py
This commit is contained in:
parent
9ebd0fe88f
commit
27bfb60deb
@ -77,6 +77,7 @@ class OSStatus(UI):
|
||||
return yellow_coins
|
||||
|
||||
def get_purple_coins(self) -> int:
|
||||
amount = OCR_SHOP_PURPLE_COINS.ocr(self.device.image)
|
||||
LogRes(self.config).PurpleCoin = amount
|
||||
return amount
|
||||
if self.appear(OS_SHOP_CHECK):
|
||||
return OCR_OS_SHOP_PURPLE_COINS.ocr(self.device.image)
|
||||
else:
|
||||
return OCR_SHOP_PURPLE_COINS.ocr(self.device.image)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user