From 4154a74f88cc64109f36ea1db4e135eb31193e31 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Tue, 20 Jan 2026 17:08:19 -0600 Subject: [PATCH] Add somepadding to newlines --- www/js/plugins/JsScript79Set.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }