1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 06:54:51 +00:00

feat: added assets event

This commit is contained in:
RedDeadDepresso
2023-12-26 18:32:44 +00:00
committed by YoursFunny
parent 59b310b6df
commit 3ac2009737
8 changed files with 54 additions and 9 deletions
+1 -3
View File
@@ -125,9 +125,7 @@ class Mission(MissionUI, CommissionsUI):
elif self.current_mode in ["BD", "IR"]:
return self.select_commission(self.current_mode)
elif self.current_mode == "E":
#return self.select_mode(SWITCH_QUEST)
logger.error("Event not yet implemented")
return False
return self.select_event()
else:
logger.error("Uknown mode")
return False