diff --git a/www/js/plugins/JsScript79Set.js b/www/js/plugins/JsScript79Set.js index 1f65b18..0764af3 100644 --- a/www/js/plugins/JsScript79Set.js +++ b/www/js/plugins/JsScript79Set.js @@ -835,7 +835,7 @@ Window_Message.prototype.standardFontSize = function() { }; Window_Message.prototype.newLineX = function() { if ($gameMessage.faceName() === '') { - return 0; + return 4; } else { return eval(Yanfly.Param.MSGFaceIndent); }