This commit is contained in:
slweeb 2024-08-02 17:28:28 -04:00
parent e679608d67
commit 03aa582e1d
3 changed files with 2 additions and 4 deletions

View File

@ -146,7 +146,6 @@
<li>+ Sensors ignore Flash</li>
<li>+ Sensors are immune to Acid</li>
<li>~ Moved Fuse to Machines</li>
<li>~ E-cloners no longer conduct back into Wires</li>
<li>[Ocean Changes]</li>
<li>+ Foam generates on sandy Salt Water shores</li>
<li>+ Foam generates when Salt Water wets Sand</li>

View File

@ -42,7 +42,6 @@ A fancier version of this changelog can be found here: https://sandboxels.R74n.c
+ Sensors ignore Flash
+ Sensors are immune to Acid
~ Moved Fuse to Machines
~ E-cloners no longer conduct back into Wires
[Ocean Changes]
+ Foam generates on sandy Salt Water shores
+ Foam generates when Salt Water wets Sand

View File

@ -2093,7 +2093,7 @@
insulate: true,
conduct: 1,
noMix: true,
ignoreConduct:["ecloner"],
// ignoreConduct:["ecloner"],
},
"battery": {
color: "#9c6c25",
@ -5930,7 +5930,7 @@
}
},
ignore: ["cloner","slow_cloner","clone_powder","floating_cloner","wire","ewall","sensor","battery","fuse"],
ignoreConduct:"fuse",
ignoreConduct:["fuse"],
category:"machines",
insulate:true,
darkText: true,