Skip to content

Commit 448b9fe

Browse files
committed
Convert silver weapon tiers to steel
1 parent 7466106 commit 448b9fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

addEnchantedVariantsToLeveledLists.pas

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ function Process(e: IInterface): integer;
262262
tier := 'Imperial'
263263
end;
264264

265+
// Convert Silver tier weapons to Steel
266+
if SameText('Silver', tier) then
267+
tier := 'Steel';
268+
265269
// Convert new weapon types to the list they would be placed in
266270
if SameText('Pike', weapon_type) then
267271
weapon_type := 'Battleaxe';

0 commit comments

Comments
 (0)