This commit is contained in:
dazedanon 2026-02-21 12:58:12 -06:00
parent 4382a83513
commit 10b1c4abae

View file

@ -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();