From 5c15feec13495ce1b97b33e59aa0ae0c37997d08 Mon Sep 17 00:00:00 2001 From: Kyep Date: Fri, 14 Aug 2020 07:22:09 -0700 Subject: [PATCH] minor UI thing for error message --- code/modules/paperwork/faxmachine.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index b0b6d1a1c18..a21ba8b45dd 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -120,6 +120,8 @@ GLOBAL_LIST_EMPTY(fax_blacklist) .["sendError"] = "Not Logged In" else if(!.["paper"]) .["sendError"] = "Nothing Inserted" + else if(!.["destination"]) + .["sendError"] = "Destination Not Set" else if((destination in GLOB.admin_departments) || (destination in GLOB.hidden_admin_departments)) var/cooldown_seconds = cooldown_seconds() if(cooldown_seconds)