hotfixes
This commit is contained in:
parent
e679608d67
commit
03aa582e1d
|
|
@ -146,7 +146,6 @@
|
||||||
<li>+ Sensors ignore Flash</li>
|
<li>+ Sensors ignore Flash</li>
|
||||||
<li>+ Sensors are immune to Acid</li>
|
<li>+ Sensors are immune to Acid</li>
|
||||||
<li>~ Moved Fuse to Machines</li>
|
<li>~ Moved Fuse to Machines</li>
|
||||||
<li>~ E-cloners no longer conduct back into Wires</li>
|
|
||||||
<li>[Ocean Changes]</li>
|
<li>[Ocean Changes]</li>
|
||||||
<li>+ Foam generates on sandy Salt Water shores</li>
|
<li>+ Foam generates on sandy Salt Water shores</li>
|
||||||
<li>+ Foam generates when Salt Water wets Sand</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 ignore Flash
|
||||||
+ Sensors are immune to Acid
|
+ Sensors are immune to Acid
|
||||||
~ Moved Fuse to Machines
|
~ Moved Fuse to Machines
|
||||||
~ E-cloners no longer conduct back into Wires
|
|
||||||
[Ocean Changes]
|
[Ocean Changes]
|
||||||
+ Foam generates on sandy Salt Water shores
|
+ Foam generates on sandy Salt Water shores
|
||||||
+ Foam generates when Salt Water wets Sand
|
+ Foam generates when Salt Water wets Sand
|
||||||
|
|
|
||||||
|
|
@ -2093,7 +2093,7 @@
|
||||||
insulate: true,
|
insulate: true,
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
noMix: true,
|
noMix: true,
|
||||||
ignoreConduct:["ecloner"],
|
// ignoreConduct:["ecloner"],
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
color: "#9c6c25",
|
color: "#9c6c25",
|
||||||
|
|
@ -5930,7 +5930,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ignore: ["cloner","slow_cloner","clone_powder","floating_cloner","wire","ewall","sensor","battery","fuse"],
|
ignore: ["cloner","slow_cloner","clone_powder","floating_cloner","wire","ewall","sensor","battery","fuse"],
|
||||||
ignoreConduct:"fuse",
|
ignoreConduct:["fuse"],
|
||||||
category:"machines",
|
category:"machines",
|
||||||
insulate:true,
|
insulate:true,
|
||||||
darkText: true,
|
darkText: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue