Add the Mining Base as a submap

This commit is contained in:
r4d6
2020-01-21 20:31:40 -05:00
parent 4d06c2d2d3
commit e3cb379bde
5 changed files with 11637 additions and 7380 deletions

View File

@@ -481,3 +481,8 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/start/new_player)
/obj/effect/landmark/stationroom/box/engine/New()
. = ..()
templates = CONFIG_GET(keyed_list/box_random_engine)
// Landmark for the mining station
/obj/effect/landmark/stationroom/lavaland/station
templates = list("Public Mining Base" = 3)
icon = 'icons/rooms/Lavaland/Mining.dmi'