Files
Bubberstation/code/modules/mob
MrMelbert f2705eeaa5 Fix organ damage being uncapped (#76438)
## About The Pull Request

`maximum` being null caused it to default to `maxHealth` which was a
sensible value

instead it was passing infinite to apply organ damage which then clamped
damage to infinity instead of max health

unit test pending in a follow up pr

Fixes #76435

## Changelog

🆑 Melbert
fix: Fix organ damage being uncapped
/🆑
2023-06-30 20:48:53 -07:00
..