mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 00:02:24 +01:00
New Lavaland Ruin | Misc Reactor Fluff
- - - Adds an unstable ruin filled with radiation and xenomorphs to mining. There's little to nothing of value within, other than two potential alien corpses and a singular living facehugger spawn. It's more of a fluff area than anything. Alongside this, it also adds an object that administrative staff can spawn, which is more-or-less just a reactor that has undergone meltdown without the negative effects. Radiation not included in those 'negative effects'. Primarily for event stuff without having to proc call for a meltdown or fiddle with icons.
This commit is contained in:
@@ -255,3 +255,11 @@
|
||||
suffix = "lavaland_surface_cozy_cabin.dmm"
|
||||
allow_duplicates = FALSE
|
||||
cost = 0
|
||||
|
||||
/datum/map_template/ruin/lavaland/jettisoned_reactor
|
||||
name = "Jettisoned Reactor"
|
||||
id = "jettreactor"
|
||||
description = "An incredibly dangerous ruin, filled with radiation and unknown lifeforms."
|
||||
suffix = "lavaland_surface_jettisoned_reactor.dmm"
|
||||
allow_duplicates = FALSE
|
||||
cost = 15//Not too important, if you disregard the rads and facehugger.
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
icon_state = "red"
|
||||
|
||||
//Xeno Nest
|
||||
|
||||
/area/ruin/unpowered/xenonest
|
||||
name = "The Hive"
|
||||
always_unpowered = TRUE
|
||||
@@ -90,6 +89,10 @@
|
||||
power_light = FALSE
|
||||
poweralm = FALSE
|
||||
|
||||
//ash walker nest
|
||||
//Ash Walker Nest
|
||||
/area/ruin/unpowered/ash_walkers
|
||||
icon_state = "red"
|
||||
|
||||
//Jettisoned Reactor
|
||||
/area/ruin/unpowered/reactor
|
||||
icon_state = "red"
|
||||
|
||||
Reference in New Issue
Block a user