Merge pull request #10645 from r4d6/Modular-Lavaland

Modularize the mining base
This commit is contained in:
Ghom
2020-01-23 02:53:34 +01:00
committed by GitHub
5 changed files with 11637 additions and 7380 deletions
+5
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'