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"