Files
Bubberstation/code/modules/paperwork
SkyratBot 750a1afdcf [MIRROR] Add error logging for when send_fax_to_area is given a non-existent area [MDB IGNORE] (#25080)
* 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.
/🆑

* Add error logging for when `send_fax_to_area` is given a non-existent area

---------

Co-authored-by: distributivgesetz <distributivgesetz93@gmail.com>
2023-11-17 23:36:42 -05:00
..