Update pullers.js
This commit is contained in:
parent
437f612857
commit
8cc3cd4924
|
|
@ -419,6 +419,7 @@ elements.black_hole = {
|
||||||
maxSize: 1,
|
maxSize: 1,
|
||||||
properties: {
|
properties: {
|
||||||
range: 10,
|
range: 10,
|
||||||
|
immovable: true,
|
||||||
},
|
},
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
||||||
|
|
@ -467,5 +468,8 @@ elements.black_hole = {
|
||||||
temp: -273.15,
|
temp: -273.15,
|
||||||
insulate:true,
|
insulate:true,
|
||||||
conduct: 0,
|
conduct: 0,
|
||||||
|
excludeRandom: true,
|
||||||
|
noMix: true,
|
||||||
state: "solid",
|
state: "solid",
|
||||||
|
movable: false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue