Files
Bubberstation/code/modules
SkyratBot a381b656e0 [MIRROR] Adds on_mob_life SHOULD_CALL_PARENT, fixes holy water metabolizing at double rate [MDB IGNORE] (#24309)
* Adds `on_mob_life` `SHOULD_CALL_PARENT`, fixes holy water metabolizing at double rate (#78932)

## About The Pull Request

- Fixes #78919

- Adds `SHOULD_CALL_PARENT` to reagent `on_mob_life`, fixes a few places
which didn't call parent

- Off the top of my head I remembered holy water purposefully didn't
call parent to get a static metabolism rate. However #78657 added a
parent call to holy water, meaning it's been metabolizing out twice,
incredibly fast. Fixes that.

## Why It's Good For The Game

Reagent parent is fairly important as it handles removing the reagent
from the mob.

## Changelog

🆑 Melbert
fix: Fixes Mauna Loa, Monover, Silibinin, Granibitaluri not exiting your
system on metabolism
fix: Fixes holy water exiting your system at double the rate on
metabolism
fix: Holy Water no longer spams cultists with big text every time, it's
much more tame now
/🆑

* Adds `on_mob_life` `SHOULD_CALL_PARENT`, fixes holy water metabolizing at double rate

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2023-10-13 09:55:09 -04:00
..