Skip to content

Commit 57bebcf

Browse files
committed
Skip list if weap is Crossbow, list is DwarvenCrossbow
Thaumaturgy adds base "Crossbow" lists that do not have a MGEF in the EditorID, these are what crossbows are added to. The DwarvenCrossbow lists are specifically for Dwarven crossbows, so we skip those
1 parent 90aaf41 commit 57bebcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addEnchantedVariantsToLeveledLists.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ function Process(e: IInterface): integer;
347347
Continue;
348348
end;
349349

350+
// If the current LVLI is a "DwarvenCrossbow" list, and the current
350351
// Check that found LVLI EditorID contains the derived weapon type
351352
if Pos(UpperCase(weapon_type), UpperCase(iteratingLeveledListEI)) > 0 then begin
352353

0 commit comments

Comments
 (0)