mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
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>