Skip to content

Commit

Permalink
Electric waterpump #952
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 13, 2023
1 parent 5a717ee commit 12b1b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angelsrefining/prototypes/buildings/sea-pump.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ data:extend({
},
energy_usage = "250kW",
mining_speed = 1, -- how fast it 'ticks'
base_productivity = -1, -- disable productivity
base_productivity = -0.8, -- partially disable mining productivity. Setting this more negative seems to have no effect
resource_searching_radius = 0.49,
vector_to_place_result = { 0, 0 },
module_specification = {
module_slots = 2,
},
allowed_effects = { "speed", "consumption", "pollution" }, -- disallow productivity such that mining bonus does not apply
allowed_effects = { "speed", "consumption", "pollution" }, -- disallow productivity modules
radius_visualisation_picture = {
filename = "__base__/graphics/entity/pumpjack/pumpjack-radius-visualization.png",
width = 12,
Expand Down

0 comments on commit 12b1b94

Please sign in to comment.