Files
Bubberstation/code/game/objects
SkyratBot dcc96177df [MIRROR] Fix tape recorder recording null messages (fixes #72858) [MDB IGNORE] (#18915)
Fix tape recorder recording null messages (fixes #72858) (#72870)

## About The Pull Request

Fixes #72858

Tape recorder was using `message` instead of `raw_message` in the `Hear`
callback:
`/obj/item/taperecorder/Hear(message, atom/movable/speaker,
message_langs, raw_message, radio_freq, spans, list/message_mods =
list(), message_range)`

Other instances of the callback being used seem to use `raw_message`.
Additionally, `living_say` as well as `say` call `Hear` with `message`
being just always being `null`.

Changed tape recorder to use `raw_message` as well

## Why It's Good For The Game

Tape recorders work!

## Changelog

🆑
fix: Tape recorders are not deaf anymore
/🆑

Co-authored-by: Inari-Whitebear <inari_whitebear@fastmail.jp>
2023-01-23 10:14:28 -08:00
..
2022-11-15 06:59:06 +00:00