class Game_Actor def max_level actor.max_level == 99 ? 999 : actor.max_level endend
class Game_Actor def max_level actor.max_level == 99 ? 999 : actor.max_level end end