Skip to content

Commit fd62233

Browse files
committed
fix: BuyActionPointLimit
1 parent 1e5fa09 commit fd62233

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

module/config/argument/args.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7480,9 +7480,17 @@
74807480
"type": "checkbox",
74817481
"value": true
74827482
},
7483-
"BuyActionPoint": {
7484-
"type": "checkbox",
7485-
"value": false
7483+
"BuyActionPointLimit": {
7484+
"type": "select",
7485+
"value": 0,
7486+
"option": [
7487+
0,
7488+
1,
7489+
2,
7490+
3,
7491+
4,
7492+
5
7493+
]
74867494
},
74877495
"OilLimit": {
74887496
"type": "input",

0 commit comments

Comments
 (0)