1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
This commit is contained in:
Gerkiz 2023-08-12 10:12:45 +02:00
parent 94666b740f
commit f8597d1e82

View File

@ -389,7 +389,7 @@ end
--- Enables/disabled personal tax. --- Enables/disabled personal tax.
---@param value number ---@param value number
function Public.personal_tax_rate(value) function Public.personal_tax_rate(value)
this.rpg_extra.personal_tax_rate = value or false this.rpg_extra.personal_tax_rate = value or 0
return this.rpg_extra.personal_tax_rate return this.rpg_extra.personal_tax_rate
end end