Commit 20bfcced authored by 神楽坂玲奈's avatar 神楽坂玲奈

ai dialog

parent 1712419a
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
"windbot": [ "windbot": [
{ {
"name": "啪啪尼", "name": "啪啪尼",
"deck": "Dragunity" "deck": "Dragunity",
"dialog": "zh-CN"
} }
] ]
} }
......
...@@ -326,6 +326,7 @@ class Room ...@@ -326,6 +326,7 @@ class Room
YGOPRO_PORT: @port YGOPRO_PORT: @port
YGOPRO_NAME: @windbot.name YGOPRO_NAME: @windbot.name
YGOPRO_DECK: @windbot.deck YGOPRO_DECK: @windbot.deck
YGOPRO_DIALOG: @windbot.dialog
}} }}
return return
catch catch
......
...@@ -421,7 +421,8 @@ ...@@ -421,7 +421,8 @@
YGOPRO_HOST: '127.0.0.1', YGOPRO_HOST: '127.0.0.1',
YGOPRO_PORT: _this.port, YGOPRO_PORT: _this.port,
YGOPRO_NAME: _this.windbot.name, YGOPRO_NAME: _this.windbot.name,
YGOPRO_DECK: _this.windbot.deck YGOPRO_DECK: _this.windbot.deck,
YGOPRO_DIALOG: _this.windbot.dialog
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment