From 8020aaf298524e278784fcc45b8aee99918b0fdf Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:09:45 +0100 Subject: [PATCH] Redgates are no longer in space (#15919) Fixed the base tile of redgate locations being in space, which caused them to vent when breached. --- maps/offmap_vr/common_offmaps.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/maps/offmap_vr/common_offmaps.dm b/maps/offmap_vr/common_offmaps.dm index 5ad2bc1d07a..ccef386bf73 100644 --- a/maps/offmap_vr/common_offmaps.dm +++ b/maps/offmap_vr/common_offmaps.dm @@ -236,6 +236,7 @@ name = "Redgate Destination" z = Z_LEVEL_REDGATE flags = MAP_LEVEL_PLAYER|MAP_LEVEL_SEALED + base_turf = /turf/simulated/floor/outdoors/rocks/caves /datum/map_template/common_lateload/redgate/on_map_loaded(z) . = ..()