mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 18:40:41 +08:00
detele if_reach_lv32 in template.ini
This commit is contained in:
@@ -17,7 +17,6 @@ if_map_reach = no
|
||||
if_get_ship = no
|
||||
if_trigger_emotion_control = no
|
||||
if_reach_lv120 = no
|
||||
if_reach_lv32 = no
|
||||
if_dock_full = no
|
||||
enable_map_fleet_lock = yes
|
||||
fleet_index_1 = 1
|
||||
|
||||
@@ -685,7 +685,6 @@ class AzurLaneConfig:
|
||||
self.STOP_IF_TRIGGER_EMOTION_LIMIT = to_bool(option['if_trigger_emotion_control'])
|
||||
self.STOP_IF_DOCK_FULL = to_bool(option['if_dock_full'])
|
||||
self.STOP_IF_REACH_LV120 = to_bool(option['if_reach_lv120'])
|
||||
self.STOP_IF_REACH_LV32 = to_bool(option['if_reach_lv32'])
|
||||
self.STOP_IF_MAP_REACH = option['if_map_reach']
|
||||
self.STOP_IF_GET_SHIP = to_bool(option['if_get_ship'])
|
||||
# Fleet
|
||||
|
||||
Reference in New Issue
Block a user