Skip to content

Commit

Permalink
Update hospital.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Matroftt authored Oct 1, 2024
1 parent c5cbadc commit da1d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsixTH/Lua/hospital.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ function Hospital:receiveMoneyForTreatment(patient, pay_amount)
else
reason = _S.transactions.cure_colon .. " " .. casebook.disease.name
end
local amount = pay_amount or 0
local amount = pay_amount or self:getTreatmentPrice(disease_id)

-- 25% of the payments now go through insurance
if patient.insurance_company then
Expand Down

0 comments on commit da1d9ea

Please sign in to comment.