Bug report:
game\game_roles\role_employee\_duty_definitions.rpy:
def research_work_duty_on_turn(the_person):
research_amount = mc.business.research_progress(the_person.int, the_person.focus, the_person.supply_skill, the_person.calculate_job_efficency())
research_clarity_production_check(the_person ,research_amount)
def heavy_research_work_duty_on_turn(the_person):
research_amount = mc.business.research_progress(the_person.int, the_person.focus, the_person.supply_skill, the_person.calculate_job_efficency() * 0.5)
research_clarity_production_check(the_person, research_amount)
research should not use supply skill,perhaps when writen these code use ctrl+c v from above……