random exclusions
This commit is contained in:
parent
7a24ad1372
commit
a44fbc6e23
|
|
@ -15,6 +15,7 @@ elements.troll1 = {
|
|||
category: "machines",
|
||||
insulate: true,
|
||||
state: "solid",
|
||||
excludeRandom: true,
|
||||
},
|
||||
|
||||
elements.troll2 = {
|
||||
|
|
@ -34,6 +35,7 @@ elements.troll2 = {
|
|||
category: "machines",
|
||||
insulate: true,
|
||||
state: "solid",
|
||||
excludeRandom: true,
|
||||
},
|
||||
|
||||
elements.troll3 = {
|
||||
|
|
@ -53,4 +55,5 @@ elements.troll3 = {
|
|||
category: "machines",
|
||||
insulate: true,
|
||||
state: "solid",
|
||||
excludeRandom: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue