spacechase0 / StardewValleyMods

New home for my stardew valley mod source code
Other
120 stars 142 forks source link

[Spacecore] Fix crash for optional buff data #471

Closed MindMeltMax closed 3 months ago

MindMeltMax commented 4 months ago

Fix a crash where, if an object has a buff with custom fields and one without, the lambda would crash because it checks data.Buffs.All twice instead of consolidating the two.

Also fixed the hover box adjustments to allow for these optional fields.

Original message with use case: Discord