mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user