mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 10:01:10 +00:00
Fix: Special match Occurrence_Luofu_Cloudford_F1_X241Y947
This commit is contained in:
parent
348c22cd35
commit
66aa3c4848
@ -168,6 +168,11 @@ class RouteLoader(RogueUI, MinimapWrapper, RouteLoader_, CharacterSwitch):
|
|||||||
if route.name in [
|
if route.name in [
|
||||||
'Combat_Herta_SupplyZone_F2_X543Y255', # 0.462, (543.3, 255.4)
|
'Combat_Herta_SupplyZone_F2_X543Y255', # 0.462, (543.3, 255.4)
|
||||||
'Combat_Luofu_DivinationCommission_F1_X737Y237',
|
'Combat_Luofu_DivinationCommission_F1_X737Y237',
|
||||||
|
# ('Occurrence_Luofu_Cloudford_F1_X241Y947', 0.307, (236.5, 949.6)),
|
||||||
|
# ('Occurrence_Luofu_Cloudford_F1_X244Y951', 0.307, (236.5, 949.6)),
|
||||||
|
# ('Occurrence_Jarilo_SilvermaneGuardRestrictedZone_F1_X509Y541', 0.154, (507.8, 515.2))
|
||||||
|
'Occurrence_Luofu_Cloudford_F1_X241Y947',
|
||||||
|
'Occurrence_Luofu_Cloudford_F1_X244Y951',
|
||||||
] and similarity > 0.25:
|
] and similarity > 0.25:
|
||||||
return True
|
return True
|
||||||
# Before Combat_Luofu_Cloudford_F1_X281Y873
|
# Before Combat_Luofu_Cloudford_F1_X281Y873
|
||||||
|
Loading…
Reference in New Issue
Block a user