ItsVerday / LuckyAPI

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

Unremovable/Indestructible Symbols #5

Open ItsVerday opened 3 years ago

ItsVerday commented 3 years ago

Is your feature request related to a problem? Please describe. There is no way to force symbols to be unremovable by removal tokens or indestructible.

Describe the solution you'd like Add a way to make symbols unremovable or indestructible, as requested by Radio Josh#9534 in the discord.

Describe alternatives you've considered N/A

Additional context This would be controlled by two functions in either a Mod Symbol or a Symbol Patch - is_indestructible and is_unremovable. When these functions return true, the symbol would be indestructible or unremovable respectively.