We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f32d4 commit 2017d73Copy full SHA for 2017d73
module/umamusume/script/cultivate_task/event/scenario_event.py
@@ -37,6 +37,11 @@ def aoharuhai_team_name_event(ctx: UmamusumeContext) -> int:
37
match_result.matched_area[0][0]:match_result.matched_area[1][0]] = 0
38
else:
39
break
40
+
41
+ if ctx.task.detail.scenario_config.aoharu_config.aoharu_team_name_selection == 4:
42
+ log.debug("使用选项<胡萝卜>队")
43
+ return len(event_selector_list)
44
45
event_selector_list.sort(key=lambda x: x.center_point[1])
46
for i in range(len(event_selector_list)):
47
event = event_selector_list[i]
0 commit comments