mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Makes konyang not always spawn (#17423)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
suffixes = list("away_site/konyang/point_verdant/point_verdant-1.dmm","away_site/konyang/point_verdant/point_verdant-2.dmm","away_site/konyang/point_verdant/point_verdant-3.dmm")
|
||||
spawn_weight = 1
|
||||
spawn_cost = 1
|
||||
template_flags = TEMPLATE_FLAG_SPAWN_GUARANTEED
|
||||
|
||||
/singleton/submap_archetype/point_verdant
|
||||
map = "point_verdant"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
id = "konyang_landing_zone"
|
||||
description = "An artificial orbitally-dropped prefab of flattened ground established for shuttle landing."
|
||||
|
||||
template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED|TEMPLATE_FLAG_SPAWN_GUARANTEED
|
||||
template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED
|
||||
sectors = list(SECTOR_HANEUNIM)
|
||||
suffixes = list("konyang/landing_zone.dmm")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user