Files
Bubberstation/code/modules/paperwork
distributivgesetz 0dce537fc9 Add error logging for when send_fax_to_area is given a non-existent area (#79670)
## About The Pull Request

`send_fax_to_area` had no handling for when the currently loaded map
does not have the area passed to it, leading to a runtime when the fax
item is force moved to nullspace where the fax currently exists. This PR
just adds some extra map logging to make mappers aware of the map error
and then it early returns, hopefully leaving the fax machine to GC.

This is intentionally not a ST because mapping logs are much quieter
than an ST and there are some realistic cases where the currently loaded
map does not have a given area.
## Why It's Good For The Game

Fixes #79668
fastest fingers in the west
## Changelog
🆑
fix: Fixes a runtime when the radioactive nebula trait runs with a map
that has no virology area.
/🆑
2023-11-17 19:59:16 -07:00
..