From e66c69cf2d74a5ec3896dca926ff8bbec2d5b6a0 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sun, 15 Feb 2026 10:15:06 -0600 Subject: [PATCH] TL sex stuf --- www/js/plugins/JsScript119Set.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/js/plugins/JsScript119Set.js b/www/js/plugins/JsScript119Set.js index 88a6dc5..1a71980 100644 --- a/www/js/plugins/JsScript119Set.js +++ b/www/js/plugins/JsScript119Set.js @@ -27,8 +27,8 @@ Game_Interpreter.prototype.Menu_H_DataView = function (fadeInFlg) { fstOpacity = 0; kaihatuRankSaveArr = []; } - if ($gameVariables.value(VN_Menuモラル) == 0) $gameVariables.setValue(VN_Menuモラル ,"正義"); - if ($gameVariables.value(VN_Menu性的) == 0) $gameVariables.setValue(VN_Menu性的 ,"嫌悪"); + if ($gameVariables.value(VN_Menuモラル) == 0) $gameVariables.setValue(VN_Menuモラル ,"Justice"); + if ($gameVariables.value(VN_Menu性的) == 0) $gameVariables.setValue(VN_Menu性的 ,"Aversion"); D_Text_Cng_font = "Makinas"; let DW1_Pos = new Pos2D(413, 163); this.SetSpriteC(PN_H_DWin0, Menu_H_UIPath + "Data/s_DataWin0", DW1_Pos._x, DW1_Pos._y, fstOpacity); @@ -136,10 +136,10 @@ Game_Interpreter.prototype.Menu_H_Data_開発DetailView = function (ckModeNo) { } } let titleText = ""; - if (ckModeNo == 0) titleText = "口淫熟練度"; - if (ckModeNo == 1) titleText = "乳開発度"; - if (ckModeNo == 2) titleText = "尻開発度"; - if (ckModeNo == 3) titleText = "膣開発度"; + if (ckModeNo == 0) titleText = "Oral Proficiency"; + if (ckModeNo == 1) titleText = "Breast Development"; + if (ckModeNo == 2) titleText = "Anal Development"; + if (ckModeNo == 3) titleText = "Vaginal Development"; let setX = 355; let setY = 134; this.SetSprite(PN_DSBase, Menu_H_UIPath + "Data/ddBase", setX, setY, 0);