From c8e54c220d9a5a36beef0b4bb583f8233061545d Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:35:22 +0800 Subject: [PATCH] Fix: Use Himeko A, leave weakness break to Natasha --- route/daily/HimekoTrial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/route/daily/HimekoTrial.py b/route/daily/HimekoTrial.py index b3a1f397e..d5f77b433 100644 --- a/route/daily/HimekoTrial.py +++ b/route/daily/HimekoTrial.py @@ -37,8 +37,8 @@ class Route(RouteBase, Combat, CharacterTrial): self.wait_next_skill() # Battle 3/3 - # Himeko E - self.use_E() + # Himeko A + self.use_A() self.wait_next_skill() # Herta A, or Natasha A, depends on who wasn't being attacked self.use_A()