hotfixes
This commit is contained in:
parent
e679608d67
commit
03aa582e1d
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue