mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Add space ruin: abandoned engi sat (#22600)
* Add space ruin: abandoned engi sat * update config * s34n review 1: - lights all switched to proper bumps - fire extinguisher properly align - consoles rotated to face hall - apc name varedit removed
This commit is contained in:
committed by
GitHub
parent
42e06fcfbb
commit
01566a2969
File diff suppressed because it is too large
Load Diff
@@ -326,3 +326,11 @@
|
||||
description = "A cargo shuttle in a wrecked condition. There are many unknown horrors in space and looks like its last crew has faced one of them."
|
||||
allow_duplicates = FALSE
|
||||
cost = 1 // With the loot it contains it shouldn't be found frequently
|
||||
|
||||
/datum/map_template/ruin/space/abandoned_engi_sat
|
||||
id = "abandoned_engi_sat"
|
||||
suffix = "abandoned_engi_sat.dmm"
|
||||
name = "Abandoned NT Engineering Satellite"
|
||||
description = "A derelict operating base for NT engineering crew."
|
||||
allow_duplicates = FALSE
|
||||
cost = 1
|
||||
|
||||
@@ -167,3 +167,7 @@
|
||||
name = "Listening Post Asteroid"
|
||||
icon_state = "dark"
|
||||
requires_power = FALSE
|
||||
|
||||
/area/ruin/space/abandoned_engi_sat
|
||||
name = "Abandoned NT Engineering Satellite"
|
||||
apc_starts_off = TRUE
|
||||
|
||||
@@ -37,6 +37,12 @@
|
||||
to_chat(user, "<span class='warning'>You forcefully pry off the planks, destroying them in the process.</span>")
|
||||
return make_plating()
|
||||
|
||||
/turf/simulated/floor/wood/airless
|
||||
name = "wood" // yes really
|
||||
oxygen = 0
|
||||
nitrogen = 0
|
||||
temperature = TCMB
|
||||
|
||||
/turf/simulated/floor/wood/cold
|
||||
oxygen = 22
|
||||
nitrogen = 82
|
||||
@@ -192,6 +198,11 @@
|
||||
smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_CARPET, SMOOTH_GROUP_CARPET_ROYALBLUE)
|
||||
canSmoothWith = list(SMOOTH_GROUP_CARPET_ROYALBLUE)
|
||||
|
||||
/turf/simulated/floor/carpet/airless
|
||||
oxygen = 0
|
||||
nitrogen = 0
|
||||
temperature = TCMB
|
||||
|
||||
//End of carpets
|
||||
|
||||
/turf/simulated/floor/fakespace
|
||||
|
||||
@@ -624,6 +624,7 @@ active_space_ruins = [
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/wizardcrash.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/voyager.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/abandoned_engi_sat.dmm",
|
||||
|
||||
### The following ruins are based from past pre-spawned Zlevel content ###
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/abandonedtele.dmm",
|
||||
|
||||
Reference in New Issue
Block a user