mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
## 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 /🆑