From 0144f7ce2a70342188e8ba8280bcde5428d99e77 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Fri, 22 Mar 2024 07:37:22 +0000 Subject: [PATCH] Update tech.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/tech.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/tech.js b/mods/tech.js index a6c50127..b5b9b949 100644 --- a/mods/tech.js +++ b/mods/tech.js @@ -22,7 +22,7 @@ elements.pc_core = { "water": { elem1: "explosion", elem2: "null" }, "malware": { elem1: "null", elem2: "null" }, }, - breakInto: "rust", + breakInto: ["rust", "electrogalvanized"], }; elements.malfunctioned_wire = { @@ -46,7 +46,7 @@ elements.red_wire = { "salt_water": { elem1: "malfunctioned_wire", elem2: "null" }, "water": { elem1: "malfunctioned_wire", elem2: "null" }, }, - breakInto: "plastic", + breakInto: ["plastic", "copper"], }; elements.green_wire = { @@ -62,7 +62,7 @@ elements.green_wire = { "salt_water": { elem1: "malfunctioned_wire", elem2: "null" }, "water": { elem1: "malfunctioned_wire", elem2: "null" }, }, - breakInto: "plastic", + breakInto: ["plastic", "copper"], }; elements.blue_wire = { @@ -78,7 +78,7 @@ elements.blue_wire = { "water": { elem1: "malfunctioned_wire", elem2: "null" }, "salt_water": { elem1: "malfunctioned_wire", elem2: "null" }, }, - breakInto: "plastic", + breakInto: ["plastic", "copper"], }; elements.electrogalvanized = {