wofsauge/External-Item-Descriptions

Item Reminder: Make gulped trinkets scrollable in the "held trinkets" tab

wofsauge opened this issue · 2 comments

Gulped trinkets should be viewable in the item reminder, by using the scroll feature in the Held Trinkets tab.

Requested by oilyspoily

Got a basic version working that just reads for all trinkets; annoyingly, gulped trinkets don't count as "real" trinkets so there doesn't seem to be a good way to differentiate gulped trinkets from granted effects (e.g. rainbow worm)
Will need to actually watch for gulps; from a test with Marbles, it might be really easy because Marbles "uses" Smelter behind the scenes. The Gulp pill hopefully does the same. So just watch for Smelter being used.

Yeah, it was easy since all methods of gulping trinkets can be tracked by watching for Smelter getting used.