From b09204016b73b0fc7bf446b2d26d31be7f1daf0d Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Fri, 15 Jun 2018 23:53:13 -0700 Subject: [PATCH] Set area type on the public mining dock --- code/modules/mining/aux_base.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/aux_base.dm b/code/modules/mining/aux_base.dm index e80941c4056..91325cc6795 100644 --- a/code/modules/mining/aux_base.dm +++ b/code/modules/mining/aux_base.dm @@ -253,13 +253,14 @@ interface with the mining shuttle at the landing site if a mobile beacon is also place.ScrapeAway() return ..() -obj/docking_port/stationary/public_mining_dock +/obj/docking_port/stationary/public_mining_dock name = "public mining base dock" id = "disabled" //The Aux Base has to leave before this can be used as a dock. //Should be checked on the map to ensure it matchs the mining shuttle dimensions. dwidth = 3 width = 7 height = 5 + area_type = /area/construction/mining/aux_base /obj/structure/mining_shuttle_beacon name = "mining shuttle beacon"