Files
Bubberstation/code/datums
SyncIt21andGitHub 478ec810ae Quirks begin processing again (#89265)
## About The Pull Request
- Fixes #89263
- Fixes #89262

A mob's `stat` integer value increases the more messed up they become

https://github.com/tgstation/tgstation/blob/5ec828cc4dfa83549afd6504dc9300d6dcdd190e/code/__DEFINES/stat.dm#L6-L10

So when our `minimum_process_stat` is actually the 2nd highest integer
value there is

https://github.com/tgstation/tgstation/blob/5ec828cc4dfa83549afd6504dc9300d6dcdd190e/code/datums/quirks/_quirk.dm#L38

The quirk never processes because we aren't dead yet i.e our stat is
below hard crit for a majority of normal game play.
![Screenshot
(459)](https://github.com/user-attachments/assets/dc3d319c-0520-4965-9e71-75ebeb4d3f92)

So let's reverse our thinking. 

## Changelog
🆑
fix: quirks work again
/🆑
2025-01-29 17:49:44 +01:00
..
2025-01-24 07:36:27 +11:00
2025-01-26 19:04:09 +00:00
2024-12-24 11:42:20 -08:00
2025-01-28 22:16:16 +01:00
2024-12-27 01:04:50 +00:00