From 5322c184054a2cd78626840a334b05bb3e2a66ca Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Mon, 14 Mar 2022 18:20:52 +0100 Subject: [PATCH] fix 2 --- code/modules/overmap/ships/landable.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/overmap/ships/landable.dm b/code/modules/overmap/ships/landable.dm index 3aa4862616b..d4b5c82180d 100644 --- a/code/modules/overmap/ships/landable.dm +++ b/code/modules/overmap/ships/landable.dm @@ -68,6 +68,7 @@ name = "Open Space" landmark_tag = "ship" flags = SLANDMARK_FLAG_AUTOSET | SLANDMARK_FLAG_ZERO_G + base_turf = /turf/space var/shuttle_name var/list/visitors // landmark -> visiting shuttle stationed there