diff --git a/www/js/plugins/JsScript32Set.js b/www/js/plugins/JsScript32Set.js index 8667b59..0cd415b 100644 --- a/www/js/plugins/JsScript32Set.js +++ b/www/js/plugins/JsScript32Set.js @@ -109,11 +109,11 @@ Game_Interpreter.prototype.D_Menu_L0_View = function () { } Game_Interpreter.prototype._屈服度StrGet = function () { if($gameVariables.value(VN_奴隷_屈服度) < 50){ - return " 反抗 "; + return " Resistance "; } else if($gameVariables.value(VN_奴隷_屈服度) < 100){ - return " 抑圧 "; + return " Suppression "; } else { - return " 隷属 "; + return " Servitude "; } } Game_Interpreter.prototype._開発度StrGet = function () {