Update tech.js
Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
parent
ff6e8a1331
commit
1150d211fc
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue