mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
nest
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
/datum/map_template/ruin/exoplanet/abandoned_mining
|
||||
name = "Abandoned Mining Site"
|
||||
id = "miningsite"
|
||||
description = "An abandoned mining site. Some tools and materials were left behind"
|
||||
description = "An abandoned mining site. Some tools and materials were left behind."
|
||||
|
||||
spawn_weight = 1
|
||||
cost = 2
|
||||
sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE)
|
||||
suffix = "asteroid/mining_base.dmm"
|
||||
|
||||
template_flags = RUIN_HUMAN
|
||||
template_flags = RUIN_HUMAN
|
||||
|
||||
/datum/map_template/ruin/exoplanet/carp_nest
|
||||
name = "Carp Nest"
|
||||
id = "carp_nest"
|
||||
description = "A nest of deadly space carps."
|
||||
|
||||
spawn_weight = 1
|
||||
cost = 2
|
||||
sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE)
|
||||
suffix = "asteroid/carp_nest.dmm"
|
||||
|
||||
template_flags = RUIN_ALIEN
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user