mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Adds 2 new ruins, a space and lavaland relay (#29335)
* Adds a space and lavaland ruin * random shelves * oops * and this one * desc update
This commit is contained in:
@@ -258,3 +258,12 @@
|
||||
suffix = "lavaland_surface_legiongate.dmm"
|
||||
allow_duplicates = FALSE
|
||||
always_place = TRUE
|
||||
|
||||
/datum/map_template/ruin/lavaland/lavaland_relay
|
||||
id = "lavaland_relay"
|
||||
suffix = "lavaland_surface_mining_telecomms.dmm"
|
||||
name = "Nanotrasen Lavaland Relay"
|
||||
description = "Using the same technology as shelter capsules, these pods have been shot from orbit onto lavaland to demonstrate a quick and efficient way for an army to setup forward bases. \
|
||||
Sadly, in their mass production rush, they lack a RTG power source and rely on pacmans, with many of the pods being shipped with the wrong fuel inside."
|
||||
allow_duplicates = FALSE // Less space on lavaland. Ideally we would figure out a way to ban this from spawning the same level as the mining base
|
||||
always_place = TRUE // Since only one can spawn for now, might as well ensure it.
|
||||
|
||||
@@ -392,3 +392,11 @@
|
||||
description = "A hidden monastery once used by the followers of Ratvar's clockwork cult. The original inhabitants have departed for City of Cogs, Reebe. \
|
||||
The constructs that were left behind to guard the monastery will ruthlessly cut down anyone that does not swear their fealty to Ratvar."
|
||||
allow_duplicates = FALSE
|
||||
|
||||
|
||||
/datum/map_template/ruin/space/bluespace_relay_beacon
|
||||
id = "bluespace_relay_beacon"
|
||||
suffix = "bluespace_relay_beacon.dmm"
|
||||
name = "Nanotrasen Bluespace Relay"
|
||||
description = "Nanotrasen uses relays like these to further extend telecommunications around an area of space, as well as long range beacons for easier deployment in the future. \
|
||||
Unfortunately, the anomalous activity around Epsilon Eridani, along with orbital debris and space-faring hostiles, has rendered many of these relay stations inoperable, leaving their communications and teleportation systems offline."
|
||||
|
||||
Reference in New Issue
Block a user