From d5a4db247c82dfb55ebb5b94dc91a26940c75b9b Mon Sep 17 00:00:00 2001 From: Twinmold Date: Wed, 3 Apr 2019 00:46:43 -0500 Subject: [PATCH] KasparoVy Change (It didn't take the first time... ?) For whatever reason, first time it didn't actually take. --- code/modules/paperwork/faxmachine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 14d53dd40bb..13d85941a79 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -283,6 +283,7 @@ var/global/list/fax_blacklist = list() use_power(200) + if(!(istype(copyitem, /obj/item/paper) || istype(copyitem, /obj/item/paper_bundle) || istype(copyitem, /obj/item/photo))) visible_message("[src] beeps, \"Error transmitting message.\"") return