02-23-2010, 08:31 AM
Almost. I mean, you can't paste the entire patch, as the BS does modify the Window_Skill class.
In "CTB by Charlie - Windows Skill & Item" line 107 should be changed from:
to
In "CTB by Charlie - Windows Skill & Item" line 107 should be changed from:
Code:
@data.push(skill)
Code:
@data.push(skill) unless (SKILL_COSTS[@actor.skills[i]] != nil and not @actor.active_skills.include?(@actor.skills[i])) # Edited line