mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 19:03:21 +00:00
## About The Pull Request Adds `SHOULD_NOT_OVERRIDE` to status effect process. Nothing currently does it but another PR attempted it which is incorrect. ## Why It's Good For The Game Status effect subtypes shouldn't extend or override process. They can be `qdel`ed at the end, and not everything will handle it properly. Adding processed effects should be done in `tick`, with a set `tick_interval`. ## Changelog Not necessary