Merge branch 'main' into 'main'

removed japanese symbol from sex stats

See merge request dazed-translations/dead-end-colosseum!6
This commit is contained in:
DazedAnon 2026-01-22 21:00:54 +00:00
commit 7a6c764846

View file

@ -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);