diff --git a/data/Plugin/エロステ.js b/data/Plugin/エロステ.js index ed32905..6aa4666 100644 --- a/data/Plugin/エロステ.js +++ b/data/Plugin/エロステ.js @@ -114,7 +114,7 @@ BaseUnitSentence.drawAbilityText3 = function (x, y, text, value) { TextRenderer.drawKeywordText(x, y, text, 110, color, font); - x += 135 + 16 - value.length * 16; + x += 135 + 16 - 8 * value.length; TextRenderer.drawKeywordText(x, y, value, 110, color, font); };