07-01-2023, 04:02 PM
You were close. Game_Battler blocks skills if no physical attack factor is in use for a skill
Code:
# If silent, only physical skills can be used
if $data_skills[skill_id].atk_f == 0 and self.restriction == 1
return false
end