# File high_skills/cyclic_high_skill.rb, line 9 def initialize skill_name @skill = Java::sk.fiit.jim.agent.moves.LowSkills.get(skill_name) super() end
# File high_skills/cyclic_high_skill.rb, line 18 def checkProgress #do nothing end
# File high_skills/cyclic_high_skill.rb, line 5 def name return @skill.name end
# File high_skills/cyclic_high_skill.rb, line 14 def pickLowSkill return @skill end