Update tech.js

Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
HACKERPRO908 2024-03-20 07:32:19 +00:00 committed by GitHub
parent ff6e8a1331
commit 1150d211fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ elements.red_wire = {
behavior: behaviors.WALL,
category: "tech",
insulate: true,
conduct: 3,
conduct: 1,
noMix: true
reactions: {
"water": { elem1: "malfunctioned_wire", elem2: "null" },
@ -47,7 +47,7 @@ elements.green_wire = {
behavior: behaviors.WALL,
category: "tech",
insulate: true,
conduct: 3,
conduct: 1,
noMix: true
reactions: {
"water": { elem1: "malfunctioned_wire", elem2: "null" },
@ -59,7 +59,7 @@ elements.blue_wire = {
behavior: behaviors.WALL,
category: "tech",
insulate: true,
conduct: 3,
conduct: 1,
noMix: true
reactions: {
"water": { elem1: "malfunctioned_wire", elem2: "null" },