mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user