Files
Bubberstation/code/__HELPERS/spatial_info.dm
Bloop 510e881e7b Fixes a runtime in mob_only_listeners (#93714)
## About The Pull Request

<img width="911" height="633" alt="firefox_JwrWjsNY7Y"
src="https://github.com/user-attachments/assets/39712708-59e3-4c27-92cf-382a809048b4"
/>

If a holy cow udders its last words and no one is around to hear it,
does it make a runtime?

(Yes it does) It turns out that `get_hearers_in_view()` can early return
null as a micro optimization so it needs to be guarded against in here.

Also does a couple micro optimizations since this is fairly hot code.

## Why It's Good For The Game

Fixes a runtime.

## Changelog

Nothing
2025-11-01 23:15:25 +01:00

21 KiB