From 87a7e8512b6f5a8bcb09e2bac82aef82d0a8bfd4 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:46:31 -0500 Subject: [PATCH] blocks space from anomaly events. (#23562) --- code/modules/events/event_procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/event_procs.dm b/code/modules/events/event_procs.dm index 994cddf841b..95690d94642 100644 --- a/code/modules/events/event_procs.dm +++ b/code/modules/events/event_procs.dm @@ -27,6 +27,7 @@ /area/shuttle, /area/station/maintenance, /area/station/science/toxins/test, + /area/space, /area/station/public/sleep)) //These are needed because /area/station/engineering has to be removed from the list, but we still want these areas to get fucked up.