Skip to content

Commit

Permalink
https://github.com/pyanodon/pybugreports/issues/371
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 15, 2024
1 parent 340d9f9 commit 4927a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/upgrades/tech-upgrades.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ local function build_tech_upgrade(tech_upgrade)


if mk1 and mk1.type ~= 'assembling-machine' then
effect.pollution = nil
effect.pollution = 0
elseif effect.pollution == 0 then
effect.pollution = 0.01 -- prevent use in mines, composter, ect
end
Expand Down

0 comments on commit 4927a5b

Please sign in to comment.