From 37d02eb0ce7d3ed994c3e9fc2fad7f5ea0033bff Mon Sep 17 00:00:00 2001 From: protocol-1903 <67478786+protocol-1903@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:12:53 -0700 Subject: [PATCH] Fixed Regenerative Heat Exchanger pipe covers having assembling machine graphics. Resolves https://github.com/pyanodon/pybugreports/issues/807 (#97) --- changelog.txt | 1 + prototypes/buildings/rhe.lua | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index f7c8a18..8b863bb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Date: ???? - Show fluid boxes all the time on Pumpjacks, Guar plantations, and Ionic Upgraders. - Add new lamp casting recipe to hot air blacklist. - Buffed most of the tholins recipes + - Fixed Regenerative Heat Exchanger pipe covers having assembling machine graphics. Resolves https://github.com/pyanodon/pybugreports/issues/807 --------------------------------------------------------------------------------------------------- Version: 3.0.9 Date: 2024-11-29 diff --git a/prototypes/buildings/rhe.lua b/prototypes/buildings/rhe.lua index 6bf0add..fd50f8d 100644 --- a/prototypes/buildings/rhe.lua +++ b/prototypes/buildings/rhe.lua @@ -90,17 +90,17 @@ ENTITY { --1 { production_type = "input", - pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil), + -- pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil), pipe_covers = py.pipe_covers(false, true, true, true), volume = 1000, - pipe_connections = {{flow_direction = "input", position = {0.0, -2.0}, direction = defines.direction.north}} + pipe_connections = {{flow_direction = "input", position = {0.0, -1.95}, direction = defines.direction.north}} }, { production_type = "output", - pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil), + -- pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil), pipe_covers = py.pipe_covers(false, true, true, true), volume = 100, - pipe_connections = {{flow_direction = "output", position = {0.0, 2.0}, direction = defines.direction.south}} + pipe_connections = {{flow_direction = "output", position = {0.0, 1.95}, direction = defines.direction.south}} }, }, impact_category = "metal-large",