mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-16 02:26:34 +00:00
Add desecrated to count in empty
This commit is contained in:
@@ -703,7 +703,8 @@ function showHasEmptyModifier(
|
||||
(mod) =>
|
||||
mod.info.type === ModifierType.Explicit ||
|
||||
mod.info.type === ModifierType.Fractured ||
|
||||
mod.info.type === ModifierType.Veiled,
|
||||
mod.info.type === ModifierType.Veiled ||
|
||||
mod.info.type === ModifierType.Desecrated,
|
||||
);
|
||||
|
||||
if (randomMods.length === 5) {
|
||||
|
||||
Reference in New Issue
Block a user