mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 20:26:47 +01:00
26 lines
882 B
Plaintext
26 lines
882 B
Plaintext
//Main code edits
|
|
/datum/map_template/ruin/space/spacehotel
|
|
unpickable = TRUE
|
|
|
|
//Own stuff
|
|
/datum/map_template/ruin/space/radiostation
|
|
prefix = "modular_splurt/_maps/RandomRuins/SpaceRuins/"
|
|
id = "radiostation"
|
|
suffix = "radiostation.dmm"
|
|
name = "NT Radio Station"
|
|
description = "A mobile NT Radio Station ship."
|
|
|
|
/datum/map_template/ruin/space/syndielistenspace
|
|
prefix = "modular_splurt/_maps/RandomRuins/SpaceRuins/"
|
|
id = "syndielistenspace"
|
|
suffix = "syndielistenspace.dmm"
|
|
name = "Syndicate Listening Outpost"
|
|
description = "A syndicate listening outpost cleverly disguised as an asteroid"
|
|
|
|
/datum/map_template/ruin/space/spacehotelsplurt
|
|
prefix = "modular_splurt/_maps/RandomRuins/SpaceRuins/"
|
|
id = "spacehotelsplurt"
|
|
suffix = "spacehotelsplurt.dmm"
|
|
name = "Twin Spires Hotel and Club"
|
|
description = "A Nanotrasen-partnered interstellar hotel and stripclub"
|