Ottermandias / GatherBuddy

Dalamud-based FFXIV addon to simplify gathering.
Apache License 2.0
93 stars 89 forks source link

[Bug] Some fishes with uptime dependency have incorrect color on timer #203

Closed MTVirux closed 9 months ago

MTVirux commented 9 months ago

image

This bug is due to the incorrect result from Gatherbuddy.Gui.Interface.FishTab.ExtendedFish.SetUptimeDependency()

I will refer to the fish that needs the restricted mooch as "Goal Fish" and the restricted mooch as "Mooch Fish"

Currently the plugin disregards "Previous Weather" restrictions if the Goal Fish has no "Previous Weather" restrictions

This is due to the Goal Fish not having any "Previous Weather" restrictions, the intersection of the Mooch Fish previous weather and the Goal Fish previous weather will always be zero.

MTVirux commented 9 months ago

a7091a7