Skip to content

Commit 271d4f2

Browse files
committed
Add: event shop
1 parent 6c65ad4 commit 271d4f2

33 files changed

Lines changed: 1196 additions & 2 deletions

alas.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ def shop_once(self):
221221
from module.shop.shop_reward import RewardShop
222222
RewardShop(config=self.config, device=self.device).run_once()
223223

224+
def event_shop(self):
225+
from module.shop_event.shop_event import EventShop
226+
EventShop(config=self.config, device=self.device).run()
227+
224228
def shipyard(self):
225229
from module.shipyard.shipyard_reward import RewardShipyard
226230
RewardShipyard(config=self.config, device=self.device).run()

assets/cn/shop/NAV_EVENT.png

10.4 KB
Loading
8.59 KB
Loading
7.84 KB
Loading
6.87 KB
Loading
6.87 KB
Loading
4.08 KB
Loading
44.9 KB
Loading

assets/en/shop/NAV_EVENT.png

12.4 KB
Loading
44.9 KB
Loading

0 commit comments

Comments
 (0)