From acc7cebeaa5393df47061fe93138cb96685f61ad Mon Sep 17 00:00:00 2001 From: JustAGenericUsername Date: Tue, 9 Jan 2024 18:50:54 -0500 Subject: [PATCH] the pipe update --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index e1c8558e..6d8cb01c 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -1018,7 +1018,7 @@ elements.pipe.tick = function(pixel) { var x = pixel.x+coord[0]; var y = pixel.y+coord[1]; if (isEmpty(x,y)) { - createPixel("brick",x,y); + createPixel("pipe_wall",x,y); pixelMap[x][y].color = pixelColorPick(pixel,"#808080"); } }