LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

LL2: Inventory sourced mods not showing on weapons, armor, and ships (transmat effects) #230

Closed bill0042 closed 1 year ago

bill0042 commented 1 year ago

In file inventory_item_socket_controller.bloc.dart, getAvailablePlugHashesForSocket() should get inventory sourced mods from profile when plugSources contains SocketPlugSources.InventorySourced (as is done in plug_helpers.dart). This requires async calls to get manifest items, but this method is not async and would need to be changed to async along with its callers, overridden abstract base class method, etc.

This issue prevents us from finding the following mods: Armor: Transcendent Blessing Weapons: Sweaty Confetti Ships: All transmat effects