Advertisement
bgillisp

Patch?

Dec 7th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #Compatablity patch for Formar0153 CTB system and Yanfly's skill cost manager
  2.  
  3. class Scene_Battle < Scene_Base
  4.  
  5. def turn_end
  6. all_battle_members.each do |battler|
  7. battler.on_turn_end
  8. refresh_status
  9. @log_window.display_auto_affected_status(battler)
  10. @log_window.wait_and_clear
  11. end
  12. update_party_cooldowns if $imported["YEA-CommandParty"]
  13. end
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement