Treat quest aliases as objects in the same cell (they are persistent dynamically)

This commit is contained in:
Eddoursul 2023-10-24 19:27:17 +02:00
parent cf70ddb325
commit df2d8c2e4e

View File

@ -216,7 +216,7 @@ begin
linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference'));
if FormID(linkedRef) = $14 then continue;
if InSameCell(e, linkedRef) then continue;
else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then
else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then begin
// Quest aliases become persistent dynamically
continue;
end;