From b5a8a6944c84c5bccff1747e7cdca5a15cd07bdc Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:26:35 -0400 Subject: [PATCH] Fax machine comments (Feed me paper) --- code/modules/paperwork/faxmachine.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index b8bb793f77..df7a56e84c 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -30,14 +30,14 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins alldepartments |= department ..() -/obj/machinery/photocopier/faxmachine/attack_hand(mob/user as mob) +/obj/machinery/photocopier/faxmachine/attack_hand(mob/user as mob) // CH edit begins here; this allows borgs to use fax machines, meant for the Unity and Clerical modules. user.set_machine(src) - if(issilicon(usr)) + if(issilicon(usr)) // Normally, you have to insert an ID. Borgs, obviously, cannot do this, so it skips the ID process completely. authenticated = 1 ui_interact(user) else - ui_interact(user) + ui_interact(user) // CH edit ends here /** * Display the NanoUI window for the fax machine.