mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-04 21:39:20 +00:00
* Status effect process has SHOULD NOT OVERRIDE (#71594) ## 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 * Status effect process has SHOULD NOT OVERRIDE Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>