From debb83613fc38baf4ed31a84eea12ad71d1108b2 Mon Sep 17 00:00:00 2001 From: onms Date: Fri, 23 Jan 2026 01:12:01 -0600 Subject: [PATCH] Libido to Lewdness for consistency --- www/js/plugins/JsScript28Set.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/js/plugins/JsScript28Set.js b/www/js/plugins/JsScript28Set.js index 7856048..5e165c8 100644 --- a/www/js/plugins/JsScript28Set.js +++ b/www/js/plugins/JsScript28Set.js @@ -319,7 +319,7 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) { if (!CheckWork8()) { this.SetPicStr(PN_tJhTxt + 0, SCol.Blk0 + _仕事名, 25, 380, 524); this.SetPicStr(PN_tJhTxt + 2, SCol.Blk0 + - "Unlock: Worked as Tout & Libido 25+", 25, 380, 564); + "Unlock: Worked as Tout & Lewdness 25+", 25, 380, 564); return; } break; @@ -327,7 +327,7 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) { if (!CheckWork9()) { this.SetPicStr(PN_tJhTxt + 0, SCol.Blk0 + _仕事名, 25, 380, 524); this.SetPicStr(PN_tJhTxt + 2, SCol.Blk0 + - "Unlock: Worked as Hostess & Libido 50+", 25, 380, 564); + "Unlock: Worked as Hostess & Lewdness 50+", 25, 380, 564); return; } break; @@ -382,7 +382,7 @@ let _GetStTxt = function (_CkSt, _変化値) { case _St.健康: return "HP" + _CngIco; case _St.淫乱度: - return "Libido" + _CngIco; + return "Lewdness" + _CngIco; case _St.体力: return "Stamina" + _CngIco; case _St.攻撃: @@ -1125,7 +1125,7 @@ Game_Interpreter.prototype.Adv_L2_WorkingUpdate = function (_訓練Flg) { let _VN_No = -1; switch (_SelSt) { case _St.淫乱度: - _SetTxt = "Libido "; + _SetTxt = "Lewdness "; _VN_No = VN_PLInran; break; case _St.体力: