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 7, 2024
1 parent 7384d53 commit 3b1eb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CorsixTH/Lua/hospital.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@ function Hospital:receiveMoneyForTreatment(patient)
end
casebook.money_earned = casebook.money_earned + amount
patient.world:newFloatingDollarSign(patient, amount)
patient.pay_amount = 0
end
end

Expand Down

0 comments on commit 3b1eb80

Please sign in to comment.