mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Merge pull request #10645 from r4d6/Modular-Lavaland
Modularize the mining base
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -34,3 +34,10 @@
|
|||||||
id = "engine_tesla"
|
id = "engine_tesla"
|
||||||
suffix = "Box/Engine/engine_tesla.dmm"
|
suffix = "Box/Engine/engine_tesla.dmm"
|
||||||
name = "Box Tesla"
|
name = "Box Tesla"
|
||||||
|
|
||||||
|
// Lavaland
|
||||||
|
// Mining Base
|
||||||
|
/datum/map_template/ruin/station/lavaland/mining_base
|
||||||
|
id = "mining_public_01"
|
||||||
|
suffix = "Lavaland/Mining_Station/Mining_Station_Public_01.dmm"
|
||||||
|
name = "Public Mining Base"
|
||||||
@@ -481,3 +481,8 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/start/new_player)
|
|||||||
/obj/effect/landmark/stationroom/box/engine/New()
|
/obj/effect/landmark/stationroom/box/engine/New()
|
||||||
. = ..()
|
. = ..()
|
||||||
templates = CONFIG_GET(keyed_list/box_random_engine)
|
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'
|
||||||
BIN
icons/rooms/Lavaland/Mining.dmi
Normal file
BIN
icons/rooms/Lavaland/Mining.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user