From fda38433159ec5846d2bd56ab6fa3b710199b555 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sun, 3 Jul 2022 16:56:20 -0700 Subject: [PATCH] more forbid_events = TRUE to some docks --- code/game/area/Space Station 13 areas.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index d86e526e39..6af55c0c7e 100755 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -806,11 +806,13 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "\improper Shuttle Dock Hallway - Dock One" icon_state = "entry_D1" base_turf = /turf/space + forbid_events = TRUE /area/hallway/secondary/entry/D2 name = "\improper Shuttle Dock Hallway - Dock Two" icon_state = "entry_D2" base_turf = /turf/space + forbid_events = TRUE /area/hallway/secondary/entry/D2/arrivals name = "\improper Shuttle Dock Hallway - Dock Two" @@ -822,6 +824,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "\improper Shuttle Dock Hallway - Dock Three" icon_state = "entry_D3" base_turf = /turf/space + forbid_events = TRUE /area/hallway/secondary/entry/D4 name = "\improper Shuttle Dock Hallway - Dock Four"