mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 09:31:54 +00:00
* Deletes `handle_random_events`, saving us from 1 whole proc call in `Life` (#83421) ## About The Pull Request Dumps `handle_random_events` in the bin, giving us one less proc in `Life`, that's a free proc call optimization baby. Replaces its only implementation with a status effect conditionally applied when gaining / losing tox dam. ## Changelog 🆑 Melbert refactor: Refactored the way high toxins cause you to vomit. /🆑 * Deletes `handle_random_events`, saving us from 1 whole proc call in `Life` --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>