Adds new space ruin content and changes how space ruin away roles works (#8058)

This pr adds a new cool space ruin made by kyres, replacing the listening outpost and the sol corvette, that were lame. This space ruin has two ghost roles.

This pr also makes so that space ruin sites only open if the research shuttle is launched to an away site, they will be closed otherwise. The research shuttle also has a transit time and area now.
This commit is contained in:
Alberyk
2020-01-24 19:36:30 -03:00
committed by GitHub
parent 21faef9c11
commit 73f600a698
16 changed files with 1806 additions and 1649 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
blocks_air = 1
density = 1
gender = PLURAL
opacity = 1
// This is a global list so we can share the same list with all mineral turfs; it's the same for all of them anyways.
var/list/mineral_can_smooth_with = list(
@@ -429,7 +430,7 @@ var/list/mineral_can_smooth_with = list(
//Add some rubble, you did just clear out a big chunk of rock.
ChangeTurf(mined_turf)
if(rand(1,500) == 1)
visible_message("<span class='notice'>An old dusty crate was buried within!</span>")
new /obj/structure/closet/crate/secure/loot(src)