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