From 10b1c4abae76cb4f636933d5372815a2a16078d8 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sat, 21 Feb 2026 12:58:12 -0600 Subject: [PATCH] TL --- www/js/plugins/JsScript138Set.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/plugins/JsScript138Set.js b/www/js/plugins/JsScript138Set.js index d4a9d3b..ff32193 100644 --- a/www/js/plugins/JsScript138Set.js +++ b/www/js/plugins/JsScript138Set.js @@ -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();