mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: OBTAIN_* should be moved together
This commit is contained in:
parent
cf31bd93af
commit
3f291925fa
@ -253,8 +253,11 @@ class CombatObtain(PlannerMixin):
|
||||
skip_first_screenshot = False
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if MAY_OBTAIN.match_template(self.device.image):
|
||||
OBTAIN_1.load_offset(MAY_OBTAIN)
|
||||
OBTAIN_2.load_offset(MAY_OBTAIN)
|
||||
OBTAIN_3.load_offset(MAY_OBTAIN)
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user