mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Adds a new space ruin: Wrecked Cargoship (#21876)
* Adds a new space ruin. * Update code/datums/ruins/space_ruins.dm lewcc's review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * id_tag fix * thanks StrongDMM * guess who can't place '"' properly * additions and fixes (i hope) * the one commit to pass all CI checks * defined in config * removed an illegal placement of a railing --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -318,3 +318,11 @@
|
||||
description = "A relic of old times, you don't know what it hide inside."
|
||||
allow_duplicates = FALSE
|
||||
cost = 1 // Gives research levels and it should be hard-to-find
|
||||
|
||||
/datum/map_template/ruin/space/wreckedcargoship
|
||||
id = "wreckedcargoship"
|
||||
suffix = "wreckedcargoship.dmm"
|
||||
name = "Wrecked Cargoship"
|
||||
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
|
||||
|
||||
@@ -149,3 +149,7 @@
|
||||
name = "Suspicious Asteroid"
|
||||
icon_state = "dark"
|
||||
requires_power = FALSE
|
||||
|
||||
/area/ruin/space/wreck_cargoship
|
||||
name = "Faint Signal"
|
||||
icon_state = "yellow"
|
||||
|
||||
@@ -621,6 +621,7 @@ active_space_ruins = [
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/syndiecakesfactory.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/wizardcrash.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/voyager.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.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