mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-14 12:06:28 +00:00
@@ -1007,15 +1007,6 @@ function parseModifiers(section: string[], item: ParsedItem) {
|
||||
for (const { modLine, statLines } of groupLinesByMod(section)) {
|
||||
const { modType, lines } = parseModType(statLines);
|
||||
|
||||
// HACK: fix Heart of the Well, can't run `parseModInfoLine` since it's veiled mods are missing a name
|
||||
if (
|
||||
modType === ModifierType.Veiled &&
|
||||
item.info.refName === "Heart of the Well"
|
||||
) {
|
||||
item.isVeiled = true;
|
||||
return "SECTION_PARSED";
|
||||
}
|
||||
|
||||
const modInfo = parseModInfoLine(modLine, modType);
|
||||
if (
|
||||
item.category === ItemCategory.Relic &&
|
||||
|
||||
Reference in New Issue
Block a user