From fb31df39f2437e5c9b2cf3fda1d776f8e942b928 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 1 Jun 2016 19:15:34 -0400 Subject: [PATCH] Fixes #259 --- code/modules/paperwork/faxmachine_vr.dm | 2 ++ vorestation.dme | 1 + 2 files changed, 3 insertions(+) create mode 100644 code/modules/paperwork/faxmachine_vr.dm diff --git a/code/modules/paperwork/faxmachine_vr.dm b/code/modules/paperwork/faxmachine_vr.dm new file mode 100644 index 0000000000..697ac72bce --- /dev/null +++ b/code/modules/paperwork/faxmachine_vr.dm @@ -0,0 +1,2 @@ +/obj/machinery/photocopier/faxmachine + req_one_access = list() \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index faf6232251..39185824ba 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1641,6 +1641,7 @@ #include "code\modules\paperwork\carbonpaper.dm" #include "code\modules\paperwork\clipboard.dm" #include "code\modules\paperwork\faxmachine.dm" +#include "code\modules\paperwork\faxmachine_vr.dm" #include "code\modules\paperwork\filingcabinet.dm" #include "code\modules\paperwork\folders.dm" #include "code\modules\paperwork\handlabeler.dm"