mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-25 16:14:50 +01:00
a097a96447
## About The Pull Request `decrement_total_effects()` should run whenever an effect happens, otherwise reusable effects will be capped at 20 total (not 20 concurrent as it's meant to be). Meaning, reusable effects stop working once `total_effects` is 21. Fixes that. ## Why It's Good For The Game Fixes a bug/oversight. ## Changelog 🆑 fix: fixes certain particle effects not triggering under certain conditions /🆑