From ffb369d93d20a7dd4f2b1d3859ad344502bbeae5 Mon Sep 17 00:00:00 2001 From: meemofcourse <75212565+meemofcourse@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:35:53 -0300 Subject: [PATCH] Update fax.dm --- code/modules/paperwork/fax.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/fax.dm b/code/modules/paperwork/fax.dm index e672c4bdb17e..0c6552049daa 100644 --- a/code/modules/paperwork/fax.dm +++ b/code/modules/paperwork/fax.dm @@ -87,6 +87,7 @@ /obj/machinery/fax/ruin visible_to_network = FALSE + special_networks = list() /obj/machinery/fax/ruin/Initialize(mapload) . = ..()