enable psuedo on some uniques

This commit is contained in:
kvan7
2025-09-14 21:27:55 -05:00
parent 6a503b563e
commit 754b86eedd
2 changed files with 4 additions and 2 deletions

View File

@@ -1592,7 +1592,7 @@ export function parseAffixStrings(clipboard: string): string {
return part2 || part1;
});
}
function getMaxSockets(item: ParsedItem) {
export function getMaxSockets(item: ParsedItem) {
if (item.info.refName === "Darkness Enthroned") {
return 2;
}