mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Add Nothing to certain offhands.
This commit is contained in:
parent
b6422d08f4
commit
abcb1a6222
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ public sealed class WeaponCombo : FilterComboCache<EquipItem>
|
|||
if (!items.ItemService.AwaitedService.TryGetValue(type, out var list))
|
||||
return Array.Empty<EquipItem>();
|
||||
|
||||
if (type.ToSlot() is EquipSlot.OffHand && !type.IsOffhandType())
|
||||
if (type.AllowsNothing())
|
||||
return list.OrderBy(e => e.Name).Prepend(ItemManager.NothingItem(type)).ToList();
|
||||
|
||||
return list.OrderBy(e => e.Name).ToList();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d84508ea1a607976525265e8f75a329667eec0e5
|
||||
Subproject commit a9ec90d1ef3feb6e38cc309f88ecff0713313533
|
||||
Loading…
Add table
Add a link
Reference in a new issue