sinflower fix
This commit is contained in:
parent
173c7f2542
commit
fad4b66514
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue