From f8a7e46d1dab8317386e627a1b095fe4061a5642 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Mon, 27 May 2024 12:17:14 -0400 Subject: [PATCH] f --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 9dcd4d9b..6bf1b6e0 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2999,7 +2999,7 @@ elements.insulated_wire = { } elements.insulated_wire.desc = "Insulated wire. Only conducts to other insulated wires. Pairs with ray emitters to not make diagonal rays." elements.e_pipe.desc = "Electric pipe. Only passes elements while charged." -elements.destructible_e_pipe.desc = elements.e_pipe.desc +elements.destroyable_e_pipe.desc = elements.e_pipe.desc elements.channel_pipe.desc = "Channel pipe. Only passes elements to pipes of the same channel." elements.bridge_pipe.desc = "Bridge pipe. Can pass and receive from any other type of pipe." elements.ray_emitter.desc = "Emits a ray of the specified element in the opposite direction it was shocked from."