4 367 2,389 1 year ago
Comments
Avatar

this mod crash with the new update, please fix

Avatar

in contractbrokergui.lua on line 8 replace the function by this one :

function ContractBrokerGui.perform_filter_heat(job_data, job_id)
    local job_heat = managers.job:get_job_heat(job_id) or 0
    return (job_heat < -15 or job_heat > 15)
    --return managers.job:heat_to_experience_multiplier(managers.job:get_job_heat(job_id)) ~= 1
end
Avatar

great work! make a perfect combo with this https://modworkshop.net/mod/33514

Avatar
(Owner)1 year ago(Edited)

I didn't even know that mod existed, thank you! I'll add it to the description.

79 1167