TL and fix position of normal battle streak message
This commit is contained in:
parent
20938ec55d
commit
2175c42176
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ Game_Interpreter.prototype.NoBattle_RzDraw = function () {
|
|||
this.SetSpriteFInC(PN_RzExNoBtn , RzExPic + "PN_RzExNoBtn" , RzExPs._x + 227 + 315 , RzExPs._y + 175 , 0 , 0 , 15);
|
||||
if($gameVariables.value(VN_野試合勝利数) != 0) {
|
||||
let _数字 = $gameVariables.value(VN_野試合勝利数);
|
||||
this.SpriteStr(PN_RzRensyoTxt , "(" + _数字 + "連勝中)" , 18 , 331 , 165 , 0);
|
||||
this.SpriteStr(PN_RzRensyoTxt , " (" + _数字 + " Wins)" , 18 , 331 , 165 , 0);
|
||||
} else {
|
||||
this.SpriteStr(PN_RzRensyoTxt , "" , 18 , 331 , 165 , 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue