removed japanese symbol from sex stats
This commit is contained in:
parent
fd9fb9e3f6
commit
dd22671226
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue