From dd226712268ffc194820d97b14dd218e21b32e1b Mon Sep 17 00:00:00 2001 From: onms Date: Thu, 22 Jan 2026 14:46:56 -0600 Subject: [PATCH] removed japanese symbol from sex stats --- www/js/plugins/JsScript33Set.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/plugins/JsScript33Set.js b/www/js/plugins/JsScript33Set.js index 20e6f1a..fb7a233 100644 --- a/www/js/plugins/JsScript33Set.js +++ b/www/js/plugins/JsScript33Set.js @@ -1446,9 +1446,9 @@ Game_Interpreter.prototype.Menu_L1Sex_OpnView2 = function () { this.SetSprite(PN_mSxIrnWin, M_Sex_Pic + "PN_mSxIrnWin", 55, 516, 0); this.SetSprite(PN_mSxKisWin, M_Sex_Pic + "PN_mSxKisWin", 54, 203, 0); D_Text_Cng_font = "Makinas"; - this.SpriteStrR(PN_mSxSumTxt + 0, $gameVariables.value(VN_経験人数) + "人", 30, 381, 231 + (58 * 0), 0); - this.SpriteStrR(PN_mSxSumTxt + 1, $gameVariables.value(VN_絶頂人数) + "人", 30, 381, 231 + (58 * 1), 0); - this.SpriteStrR(PN_mSxSumTxt + 2, $gameVariables.value(VN_射精人数) + "人", 30, 381, 231 + (58 * 2), 0); + this.SpriteStrR(PN_mSxSumTxt + 0, $gameVariables.value(VN_経験人数) + "", 30, 381, 231 + (58 * 0), 0); + this.SpriteStrR(PN_mSxSumTxt + 1, $gameVariables.value(VN_絶頂人数) + "", 30, 381, 231 + (58 * 1), 0); + this.SpriteStrR(PN_mSxSumTxt + 2, $gameVariables.value(VN_射精人数) + "", 30, 381, 231 + (58 * 2), 0); this.SpriteStr(PN_mSxIrnTxt + 1, $gameSystem.SexTxt[0], 17, 93, 584 + (32 * 0), 0); this.SpriteStr(PN_mSxIrnTxt + 2, $gameSystem.SexTxt[1], 17, 93, 584 + (32 * 1), 0); this.SpriteStr(PN_mSxIrnTxt + 3, $gameSystem.SexTxt[2], 17, 93, 584 + (32 * 2), 0);