ing in production :eggTF:
This commit is contained in:
Lily-129 2022-01-22 20:04:43 -05:00 committed by GitHub
parent f50e5948f1
commit 346390f422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,5 +356,5 @@ runAfterLoad(function() {
"M1|DL:"+eLists.FAIRY+"|M1",
]
var toRemove = ["burning_unnamed_gas","burning_unnamed_powder","black_decay"];
randomChoices = randomChoices.filter((item) => !toRemove.includes(item));
this.randomChoices = this.randomChoices.filter((item) => !toRemove.includes(item));
});