Set area type on the public mining dock

This commit is contained in:
Tad Hardesty
2018-06-15 23:53:13 -07:00
parent a954be83a5
commit b09204016b
+2 -1
View File
@@ -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"