|
|
|
@ -896,6 +896,10 @@ JobLaborMapper::JobLaborMapper()
|
|
|
|
|
job_to_labor_table[df::job_type::PutItemOnDisplay] = jlf_const(df::unit_labor::HAUL_ITEM);
|
|
|
|
|
|
|
|
|
|
job_to_labor_table[df::job_type::StoreItemInLocation] = jlf_no_labor; // StoreItemInLocation
|
|
|
|
|
|
|
|
|
|
job_to_labor_table[df::job_type::unk_fake_no_job] = jlf_no_labor; // added for 47.04 - see #1561
|
|
|
|
|
job_to_labor_table[df::job_type::InterrogateSubject] = jlf_no_labor; // added for 47.04 - see #1561
|
|
|
|
|
job_to_labor_table[df::job_type::unk_fake_no_activity] = jlf_no_labor; // added for 47.04 - see #1561
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
df::unit_labor JobLaborMapper::find_job_labor(df::job* j)
|
|
|
|
|