ItsVerday / LuckyAPI

A modloader for Luck be a Landlord
https://discord.gg/7ZncdvbXp7
MIT License
12 stars 7 forks source link

Modded symbols only get eating bonuses once per slot per spin #21

Open kazyofloof opened 3 years ago

kazyofloof commented 3 years ago

Is your feature request related to a problem? Please describe. If a modded symbol destroys another symbol for a bonus, such as gaining a multiple of the destroyed symbol's value for one turn, and then another symbol is added to that same slot and eaten again, the bonus will only apply once. For example; if a modded symbol destroys a pearl and gains 4 coins, then another pearl spawns in that same spot from an oyster and is destroyed, no additional bonus will be given by the second pearl. Vanilla symbols with this effect, such as monkey and dwarf, do not have this issue.

Describe the solution you'd like Making the symbols function as expected, able to obtain bonuses from the same slot multiple times if new symbols spawn there mid-spin.

Additional context I'm unsure if the same issue is present for other types of bonuses, like linear value or permanent value, but I would assume so since everything that checks whether the bonus is applied is the same.

kazyofloof commented 3 years ago

(this is horribly wordy but I'm not sure how to improve that)