diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index d89dd93297c..b6b64a98816 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -246,6 +246,7 @@ if (!can_send_messages_to_other_sectors(usr)) return if (!COOLDOWN_FINISHED(src, important_action_cooldown)) + to_chat(usr, "Please stand by, transmitter in cooldown cycle") return var/message = trim(html_encode(params["message"]), MAX_MESSAGE_LEN)