random exclusions

This commit is contained in:
Lily-129 2022-01-31 09:55:36 -05:00 committed by GitHub
parent 7a24ad1372
commit a44fbc6e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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,
}