mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-09-01 01:28:28 +01:00
## 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.  So let's reverse our thinking. ## Changelog 🆑 fix: quirks work again /🆑