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:
Kano
2023-08-16 22:19:46 +03:00
committed by GitHub
parent ceea2c54e5
commit 4d916b8f7e
4 changed files with 2042 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+8
View File
@@ -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"
+1
View File
@@ -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",