cum
This commit is contained in:
Lily-129 2022-01-22 20:31:38 -05:00 committed by GitHub
parent ae58126001
commit cb8d80ee81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -345,6 +345,10 @@ elements.lb1 = {
}
runAfterLoad(function() {
randomChoices.splice(randomChoices.indexOf("burning_unnamed_gas"), 1);
randomChoices.splice(randomChoices.indexOf("burning_unnamed_powder"), 1);
randomChoices.splice(randomChoices.indexOf("black_decay"), 1);
elements.tungstensteel.behavior = [
"XX|DL:"+eLists.FAIRY+"|XX",
"DL:"+eLists.FAIRY+"|XX|DL:"+eLists.FAIRY+"",
@ -355,6 +359,4 @@ runAfterLoad(function() {
"DL:"+eLists.FAIRY+" AND M2|XX|DL:"+eLists.FAIRY+" AND M2",
"M1|DL:"+eLists.FAIRY+"|M1",
]
var toRemove = ["burning_unnamed_gas","burning_unnamed_powder","black_decay"];
this.randomChoices = this.randomChoices.filter((item) => !toRemove.includes(item));
});