mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Stop condition of MaaFight set incorrectly
This commit is contained in:
@@ -329,17 +329,17 @@
|
||||
},
|
||||
"Medicine": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"value": null,
|
||||
"display": "hide"
|
||||
},
|
||||
"Stone": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"value": null,
|
||||
"display": "hide"
|
||||
},
|
||||
"Times": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"value": null,
|
||||
"display": "hide"
|
||||
},
|
||||
"Drops": {
|
||||
|
||||
@@ -33,9 +33,9 @@ MaaFight:
|
||||
Scheduler:
|
||||
SuccessInterval: 480
|
||||
MaaFight:
|
||||
Medicine: 0
|
||||
Stone: 0
|
||||
Times: 0
|
||||
Medicine: null
|
||||
Stone: null
|
||||
Times: null
|
||||
Drops: null
|
||||
DrGrandet: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user