From ffffb4addc0e97dde564f9530a573fef12719b40 Mon Sep 17 00:00:00 2001 From: Dazed Date: Thu, 21 Mar 2024 10:47:43 -0500 Subject: [PATCH] Couple of fixes --- www/data/Map030.json | 2 +- www/data/Map045.json | 2 +- www/data/System.json | 2 +- www/js/plugins.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/data/Map030.json b/www/data/Map030.json index 8b9bcde..385c91d 100644 --- a/www/data/Map030.json +++ b/www/data/Map030.json @@ -7608,7 +7608,7 @@ "code": 401, "indent": 0, "parameters": [ - "Obtained Fresh Grass!" + "Obtained Fresh Herb!" ] }, { diff --git a/www/data/Map045.json b/www/data/Map045.json index f677852..dc27611 100644 --- a/www/data/Map045.json +++ b/www/data/Map045.json @@ -12681,7 +12681,7 @@ "code": 401, "indent": 0, "parameters": [ - "Obtained Fresh Grass!" + "Obtained Fresh Herb!" ] }, { diff --git a/www/data/System.json b/www/data/System.json index 245e865..96c33dc 100644 --- a/www/data/System.json +++ b/www/data/System.json @@ -127,7 +127,7 @@ "Body", "Accessories" ], - "gameTitle": "Lewd Demon's Trap Island ver1.03", + "gameTitle": "Succubus Trap Island ver1.03", "gameoverMe": { "name": "Gameover1", "pan": 0, diff --git a/www/js/plugins.js b/www/js/plugins.js index f23047c..a28fc10 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -421,8 +421,8 @@ var $plugins = [ "BGM Pan": "0", "---Battle Results---": "", "Cheer Wait": "12", - "Battle Results Text": "戦闘結果", - "Battle Drops Text": "取得品", + "Battle Results Text": "Results", + "Battle Drops Text": "Drops", "---EXP Window---": "", "Font Size": "28", "Level Up Text": "LEVEL UP!",