Files
Bubberstation/code/datums/status_effects
MrMelbert cffce8de2c 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
2022-11-29 15:11:13 -08:00
..