mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-14 03:55:42 +00:00
enable psuedo on some uniques
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user