Skip to content

Commit 286cb55

Browse files
committed
Add: [JP] island order
1 parent 8d540fd commit 286cb55

16 files changed

Lines changed: 353 additions & 0 deletions

alas.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ def island_production(self):
411411
from module.island.production import IslandProduction
412412
IslandProduction(config=self.config, device=self.device).run()
413413

414+
def island_order(self):
415+
from module.island.order import IslandOrder
416+
IslandOrder(config=self.config, device=self.device).run()
417+
414418
def island_freebie(self):
415419
from module.island.freebie import IslandFreebie
416420
IslandFreebie(config=self.config, device=self.device).run()
8.6 KB
Loading
8.69 KB
Loading
35.6 KB
Loading
9.18 KB
Loading
8.54 KB
Loading
11.6 KB
Loading
8.31 KB
Loading
7.46 KB
Loading
8.6 KB
Loading

0 commit comments

Comments
 (0)