This commit is contained in:
Dazed 2024-01-16 11:40:38 -06:00
parent 329e7a8645
commit d5a86f5b83

View file

@ -548,7 +548,7 @@ class Window_LearnResult < Window_Base
def draw_skill_name(skill, point, x, y)
return unless skill && point
text_size = skill.name.size
result = @category == :learn ? "Learn?":"Lvアップさせますか"
result = @category == :learn ? "Learn?":"Level Up?"
change_color(normal_color)
draw_text(x + 4, y, contents_width, line_height, "#{Vocab::ap} #{point} Consume")
draw_icon(skill.icon_index, x + 12, y + line_height)