diff --git a/www/data/Actors.json b/www/data/Actors.json index 7ea93d8..cca2f1a 100644 --- a/www/data/Actors.json +++ b/www/data/Actors.json @@ -18,7 +18,7 @@ "traits": [], "initialLevel": 1, "maxLevel": 99, - "name": "クレア", + "name": "Clea", "nickname": "", "note": " ", "profile": "" @@ -41,7 +41,7 @@ "traits": [], "initialLevel": 1, "maxLevel": 99, - "name": "リルム", + "name": "Relm", "nickname": "", "note": "", "profile": "" @@ -64,7 +64,7 @@ "traits": [], "initialLevel": 1, "maxLevel": 99, - "name": "ノラ", + "name": "Nora", "nickname": "", "note": "", "profile": "" @@ -87,7 +87,7 @@ "traits": [], "initialLevel": 1, "maxLevel": 99, - "name": "ソフィア", + "name": "Sophia", "nickname": "", "note": "", "profile": "" diff --git a/www/js/plugins/Dobby_CommonAddScript.js b/www/js/plugins/Dobby_CommonAddScript.js index 798d362..0bc5093 100644 --- a/www/js/plugins/Dobby_CommonAddScript.js +++ b/www/js/plugins/Dobby_CommonAddScript.js @@ -785,6 +785,7 @@ function recollectionAddSwitchids() { }; Game_System.prototype.testDragonDobby = function (dnu, istr) { + return true if (dnu && istr) { let str = istr; switch (dnu) {