Darkness9724

MGQP Patch

May 7th, 2022 (edited)
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. class Game_Party < Game_Unit
  2.     def setup_starting_members
  3.         @actors = $data_actors.compact.flat_map(&:id)
  4.     end
  5. end
Add Comment
Please, Sign In to add comment