mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 17:39:25 +08:00
fix: merge mistake in module/exercise/combat.py
This commit is contained in:
@@ -7,7 +7,7 @@ from module.exercise.opponent import OPPONENT, OpponentChoose
|
||||
from module.ui.assets import EXERCISE_CHECK
|
||||
|
||||
|
||||
class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment, Combat):
|
||||
def _in_exercise(self):
|
||||
return self.appear(EXERCISE_CHECK, offset=(20, 20))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user