mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Konyang: The Haneunim System (#18075)
* it begins. * more away sites for the road * yeah * refugee shuttle * ghghhg * ok ok ok ok * consistent ghostrole costs * changelog * ghgh * Update code/modules/maps/planet_types/lore/konyang.dm Co-authored-by: Geeves <ggrobler447@gmail.com> Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> * Update code/modules/maps/planet_types/lore/konyang.dm Co-authored-by: Geeves <ggrobler447@gmail.com> Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> * addresses requested changes * geeves changes --------- Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> Co-authored-by: Geeves <ggrobler447@gmail.com>
This commit is contained in:
@@ -20,3 +20,6 @@
|
||||
|
||||
/singleton/biome/barren/raskara
|
||||
turf_type = /turf/simulated/floor/exoplanet/barren/raskara
|
||||
|
||||
/singleton/biome/barren/asteroid/ice
|
||||
turf_type = /turf/simulated/floor/exoplanet/ice
|
||||
|
||||
@@ -47,6 +47,19 @@
|
||||
)
|
||||
)
|
||||
|
||||
/datum/exoplanet_theme/barren/asteroid/ice
|
||||
name = "Ice Asteroid"
|
||||
surface_turfs = list(
|
||||
/turf/simulated/mineral,
|
||||
/turf/simulated/floor/exoplanet/ice,
|
||||
/turf/simulated/floor/exoplanet/ice/dark
|
||||
)
|
||||
possible_biomes = list(
|
||||
BIOME_POLAR = list(
|
||||
BIOME_ARID = /singleton/biome/barren/asteroid/ice
|
||||
)
|
||||
)
|
||||
|
||||
/datum/exoplanet_theme/barren/asteroid/phoron
|
||||
name = "Romanovich Asteroid"
|
||||
wall_ore_levels = list(
|
||||
|
||||
Reference in New Issue
Block a user