From fc9a9bef705cab8638bfe606f123c780f4d94233 Mon Sep 17 00:00:00 2001 From: onms Date: Fri, 23 Jan 2026 01:12:15 -0600 Subject: [PATCH] TL Slave Mode --- www/js/plugins/JsScript32Set.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 () {