From ef06344fd7ece82862c609db2defea8e483c610c Mon Sep 17 00:00:00 2001 From: ViVi Date: Wed, 24 Apr 2024 07:06:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B2=E3=83=BC=E3=83=A0=E3=81=8C=20SW2=20?= =?UTF-8?q?=E3=81=AE=E3=81=A8=E3=81=8D=E3=80=81=E3=83=87=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=88=E3=81=A7=E3=82=B5=E3=83=96=E7=99=BA=E8=A8=80?= =?UTF-8?q?=E6=AC=84=E3=81=AB=E3=80=8C=E6=88=90=E9=95=B7=E3=83=80=E3=82=A4?= =?UTF-8?q?=E3=82=B9=E3=80=8D=E3=81=AE=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/js/chat.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/js/chat.js b/lib/js/chat.js index 01e870b0..5c2bdf89 100644 --- a/lib/js/chat.js +++ b/lib/js/chat.js @@ -73,6 +73,8 @@ if(!roomConfig.diceForms){ {'type':'dice','value':''}, {'type':'dice','value':''}, ] + } else if (gameSystem === 'sw2') { + roomConfig.diceForms[1][2] = {type: 'dice', value: '成長ダイス'}; } } let nameList = roomConfig.name;