Skip to content

Commit

Permalink
Buff max extent of higher tier pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 19, 2024
1 parent 33f1477 commit 7658420
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prototypes/pipes/ht-pipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ ENTITY {
{position = {0, 0}, direction = defines.direction.south},
{position = {0, 0}, direction = defines.direction.west}
},
hide_connection_info = true
hide_connection_info = true,
max_pipeline_extent = (data.raw.pipe.pipe.fluid_box.max_pipeline_extent or data.raw["utility-constants"].default.default_pipeline_extent) * 4
},
pictures = py_pipepictures(),
working_sound = {
Expand Down Expand Up @@ -386,7 +387,8 @@ ENTITY {
{position = {0, 0}, direction = defines.direction.north},
{connection_type = "underground", position = {0, 0}, direction = defines.direction.south, max_underground_distance = 48}
},
hide_connection_info = true
hide_connection_info = true,
max_pipeline_extent = (data.raw.pipe.pipe.fluid_box.max_pipeline_extent or data.raw["utility-constants"].default.default_pipeline_extent) * 4
},
underground_sprite = {
filename = "__core__/graphics/arrows/underground-lines.png",
Expand Down

0 comments on commit 7658420

Please sign in to comment.