1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 16:33:33 +08:00

Revert "Add: Box recycle module"

This commit is contained in:
LmeSzinc
2020-09-16 22:54:49 +08:00
committed by GitHub
parent 71627dd555
commit 1f058030f6
39 changed files with 4 additions and 536 deletions

View File

@@ -674,12 +674,6 @@ class AzurLaneConfig:
self.C124_NON_S3_WITHDRAW_TOLERANCE = int(option['non_s3_enemy_withdraw_tolerance'])
self.C124_AMMO_PICK_UP = int(option['ammo_pick_up_124'])
# Auto_box
option = config['Auto_box']
self.Auto_box_remove_t3_box = to_bool(option['remove_t3_box'])
self.Auto_box_remove_t2_box = to_bool(option['remove_t2_box'])
self.Auto_box_remove_t1_box = to_bool(option['remove_t1_box'])
def get_server_timezone(self):
if self.SERVER == 'en':
return -7