From abdf1128cbe7ec931aa54c7ccb8441b018ee5815 Mon Sep 17 00:00:00 2001 From: datlo Date: Mon, 11 Feb 2019 17:06:49 +0000 Subject: [PATCH] restrict ERT shuttle to station zlevel --- code/modules/shuttle/ert.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/shuttle/ert.dm b/code/modules/shuttle/ert.dm index df1a66fa483..cbd007b32f9 100644 --- a/code/modules/shuttle/ert.dm +++ b/code/modules/shuttle/ert.dm @@ -15,4 +15,7 @@ view_range = 13 x_offset = 0 y_offset = 0 - resistance_flags = INDESTRUCTIBLE \ No newline at end of file + resistance_flags = INDESTRUCTIBLE + access_tcomms = FALSE + access_construction = FALSE + access_mining = FALSE \ No newline at end of file