TL
This commit is contained in:
parent
4382a83513
commit
10b1c4abae
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Game_Interpreter.prototype.HandicapCardGet_Start= function() {
|
|||
if(handiCnt > 3) handiCnt = 3;
|
||||
_STYカード取得中_flame = 0;
|
||||
_ハンディ選択Flg = true;
|
||||
_ハンディStr = "デッキに入れるカードを" + handiCnt + "枚選んでください";
|
||||
_ハンディStr = "Please select " + handiCnt + " card(s) to add to your deck";
|
||||
}
|
||||
Game_Interpreter.prototype.HandicapCardGet_Update= function () {
|
||||
this.Btl_STYカード取得Update();
|
||||
|
|
|
|||
Loading…
Reference in a new issue