grep's for "recieve" typos (#83369)

Just spellchecking some common mistakes.
This commit is contained in:
Afevis
2024-05-23 00:41:05 -04:00
committed by GitHub
parent d391223df1
commit 53a8ba74c8
21 changed files with 34 additions and 24 deletions
@@ -713,7 +713,7 @@
var/photo_message = signal.data["photo"] ? " (<a href='byond://?src=[REF(src)];choice=[photo_href];skiprefresh=1;target=[REF(chat)]'>Photo Attached</a>)" : ""
to_chat(messaged_mob, span_infoplain("[icon2html(computer, messaged_mob)] <b>PDA message from [sender_title], </b>\"[inbound_message]\"[photo_message] [reply]"))
SEND_SIGNAL(computer, COMSIG_COMPUTER_RECIEVED_MESSAGE, sender_title, inbound_message, photo_message)
SEND_SIGNAL(computer, COMSIG_COMPUTER_RECEIVED_MESSAGE, sender_title, inbound_message, photo_message)
if (alert_able && (!alert_silenced || is_rigged))
computer.ring(ringtone)