mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-08 00:39:30 +02:00
Type fix
This commit is contained in:
parent
94666b740f
commit
f8597d1e82
@ -389,7 +389,7 @@ end
|
||||
--- Enables/disabled personal tax.
|
||||
---@param value number
|
||||
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
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user