Skip to content

Commit 9cef45e

Browse files
committed
fix: angel pipe colors
Entity name changed to be prefixed with "bob-"
1 parent 91dc999 commit 9cef45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototypes/entity/smelting/pipe.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ local pipe_material_map = {
8282

8383
-- Reskin pipes, create and assign extra details
8484
for name_prefix, params in pairs(pipe_material_map) do
85-
local pipe_entity = data.raw["pipe"][name_prefix .. "-pipe"]
86-
local pipe_to_ground_entity = data.raw["pipe-to-ground"][name_prefix .. "-pipe-to-ground"]
85+
local pipe_entity = data.raw["pipe"]["bob-" .. name_prefix .. "-pipe"]
86+
local pipe_to_ground_entity = data.raw["pipe-to-ground"]["bob-" .. name_prefix .. "-pipe-to-ground"]
8787

8888
if pipe_entity and pipe_to_ground_entity then
8989
do_pipe(pipe_entity, params)

0 commit comments

Comments
 (0)