Files
Bubberstation/code/datums/status_effects
SkyratBot c218f94398 [MIRROR] Status effect process has SHOULD NOT OVERRIDE [MDB IGNORE] (#17837)
* 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>
2022-12-01 01:03:16 +00:00
..