Files
Bubberstation/code/modules/lost_crew
Jerry 2c95d1d28c Fix rare runtime if there are no available organs to take (#87671)
## About The Pull Request

This PR fixes a rare runtime error, regarding lost crew members, that
occurs when there are no organs in the `organs_we_can_take` list, which
causes an exception due to an attempt to `pick()` from an empty list.
## Why It's Good For The Game

The less exceptions exists, the better.
## Changelog
🆑
fix: fixed a rare runtime with lost crew having no organs
/🆑

---------

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
2024-11-04 15:55:17 +01:00
..