mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
Fix default value
This commit is contained in:
parent
7a794e0138
commit
e6a0a5dcf4
|
@ -150,7 +150,7 @@ function gameStart(game) {
|
||||||
id: 'strength',
|
id: 'strength',
|
||||||
type: 'radio',
|
type: 'radio',
|
||||||
label: '強さ',
|
label: '強さ',
|
||||||
value: 2,
|
value: 3,
|
||||||
items: [{
|
items: [{
|
||||||
label: '接待',
|
label: '接待',
|
||||||
value: 0
|
value: 0
|
||||||
|
|
Loading…
Reference in a new issue